|
|
|
|
|
by aclsid
3145 days ago
|
|
Well, to be honest if you want to use websockets, you better do that part in Node.js, Elixir or Go. The creator of Juggernaut, which was one of the most popular websocket library for Rails, ended up porting to Node.js until he said that people should stop using websockets and rely on Server Sent Events instead. https://www.html5rocks.com/en/tutorials/eventsource/basics/ |
|
https://developer.mozilla.org/en-US/docs/Web/API/Server-sent...