@@noorkdrip Websocket is the hardest to scale transport. Literally pain in the ass once you get real traffic yet this solution in video claims it is "Massively scaleable".
Are you unfamiliar with elixir? The websocket approach is super scalable and efficient by reducing the number of bytes needed for each server transaction drastically while using the Beam actor-supervisor model to handle disconnects, reconnects, etc.
I highly recommend this course, it made me understand how the lifecycle of a LiveView application.
That was a terrific explanation. Now I can stop learning this JS framework.
very clean info, thanks !
wow!!
"Massively scaleable" with websockets on each user? 🤣😂🤣
???
@@noorkdrip Websocket is the hardest to scale transport. Literally pain in the ass once you get real traffic yet this solution in video claims it is "Massively scaleable".
@@dyto2287 Hmm alright. I will take your word for it.
Because it is erlang/elixir
Which scales concurrent connections more easily
Are you unfamiliar with elixir? The websocket approach is super scalable and efficient by reducing the number of bytes needed for each server transaction drastically while using the Beam actor-supervisor model to handle disconnects, reconnects, etc.