I have read first chapter. Will add my notes / code tries / self exploration as I go along!
Thank you @AstonJ for encouraging to start it.
I hope I’ll be able to finish the book in a couple of months.
Stay tuned!
I have read first chapter. Will add my notes / code tries / self exploration as I go along!
Thank you @AstonJ for encouraging to start it.
I hope I’ll be able to finish the book in a couple of months.
Stay tuned!
Corresponding tweet for this thread:
Share link for this tweet.
Phoenix Channels = using BEAM for long lived HTTP connections! (as opposed to stateless) - using socket.assigns
sockets
function as routers where channel routes are defined. (auto generated by Phoenix)
Phoenix.PubSub.PG2 - using BEAM native message passing to broadcaste and coordinate updates – where the complexity adds up in SPA !
Client for requesting data to SPA CAN BE anyone - watch, app, website, IoT !
channel
→ topic:subtopic
is a client.auth
.fault tolerance
!Source : from Chapter 01 + Channels — Phoenix v1.5.12.
Happy Reading!
Nice one TT! I am sure a lot of people are going to be interested in following your journal!