Websocket implementation #160
-
Is possible make a websocket implementation over ergo gen TCP handler? Or, is better establish a websocket connection over gen WebHandler? I would like know your opinions :) |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
Thanks for the question. I would consider using websocket library and implementing it on top of the gen.Server (similar to gen.Web). PS: https://twitter.com/halturin/status/1632707844658135042. We will start to work on it after the release 3.0 happen (scheduled this fall) |
Beta Was this translation helpful? Give feedback.
-
Thanks! But, I'll try make a "native websocket over ergo tcp" only for learning purposes anyway. |
Beta Was this translation helpful? Give feedback.
-
GD job bro, I will also be very looking forward to this feature |
Beta Was this translation helpful? Give feedback.
-
This feature is done in the 3.0 version, so stay tuned :) |
Beta Was this translation helpful? Give feedback.
-
I also need this function,I have done my own implementation through WebHandle (based on WebHandle and then websocket.upgrade to a new process custom loop), but I still look forward to the update. |
Beta Was this translation helpful? Give feedback.
Thanks for the question. I would consider using websocket library and implementing it on top of the gen.Server (similar to gen.Web).
PS: https://twitter.com/halturin/status/1632707844658135042. We will start to work on it after the release 3.0 happen (scheduled this fall)