March 2020
Intermediate to advanced
328 pages
7h 58m
English
Frameworks often add several layers between the user and the business logic. Don’t worry if you feel a bit intimidated when you first look at Channels and see the different layers being used. You’ll understand each layer and its purpose as you progress through this chapter and book. This will help you to leverage Phoenix with a great amount of confidence.
Let’s look at a high-level diagram to understand the different processes and connections that exist in Channels:

A client connects to the server via transport mechanism such as a WebSocket, by connecting directly to an OTP process that manages the connection. ...
Read now
Unlock full access