igm / sockjs-go

WebSocket emulation - Go server library
BSD 3-Clause "New" or "Revised" License
514 stars 100 forks source link

Is Multiplexing Planned? #27

Open johnjelinek opened 9 years ago

johnjelinek commented 9 years ago

I'm referring to a server implementation to work with this client lib: https://github.com/sockjs/websocket-multiplex.

igm commented 9 years ago

It was previously discussed here in #3

FZambia commented 6 years ago

For interested parties: there is a work in progress on centrifuge library built on top of Sockjs-Go and Gorilla Websocket - it provides channel abstraction and actually many more features out of the box. Though it's not finished yet and can be overkill for some. It was segregated from Centrifugo server core.