You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That would be awesome feature ! with room and Policies that would be a killer feature as it's always a pain to add web socket support in framework (sails, trails...) non of them make it simple !
I’m working on this concept a bit still 😀. I’m doing a bunch of socket stuff in spool-broadcast, so I can kind of see how to do it for the router. The tricky part is making this work with existing fabrix apps, or just implementing it in a 2.0. Sockets need their own policies.
KoS has also really turned me onto the RPC protocol, which sockets are more related to. There is a cool primus library though that turns a rest endpoint into a socket endpoint, and thats kind of what i was thinking.
On Oct 23, 2019, at 7:03 AM, Jaumard ***@***.***> wrote:
That would be awesome feature ! with room and Policies that would be a killer feature as it's always a pain to add web socket support in framework (sails, trails...) non of them make it simple !
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Issue Description
Add Native Websocket and WebRTC support directly into the router.
Concept
// TODO
The text was updated successfully, but these errors were encountered: