Real-time Phoenix : build highly scalable systems with channels /

Real-time applications come with real challenges: persistent connections, multi-server deployment, and strict performance requirements are just a few. Don't try to solve these challenges by yourself : use a framework that handles them for you. Elixir an

Saved in:
Bibliographic Details
Main Authors: Bussey, Stephen
Published: The Pragmatic Bookshelf,
Publisher Address: Raleigh, NC :
Publication Dates: [2020]
Literature type: Book
Language: English
Series: The pragmatic programmers
Subjects:
Summary: Real-time applications come with real challenges: persistent connections, multi-server deployment, and strict performance requirements are just a few. Don't try to solve these challenges by yourself : use a framework that handles them for you. Elixir an
Carrier Form: xiii, 306 pages : illustrations ; 24 cm.
Bibliography: Includes bibliographical references (page [291]) and index.
ISBN: 9781680507195 (paperback) :
1680507192 (paperback)
Index Number: TK5105
CLC: TP312.8EL
TP393.092
Call Number: TP393.092/B981
Contents: Real-time is now -- Part 1. Powering real-time applications with Phoenix. Connect a simple WebSocket -- First steps with Phoenix channels -- Restrict socket and channel access -- Dive deep into Phoenix channels -- Avoic performance pitfalls -- Part 2. B