[SOLVED] Websocket implementation
Hey ! Has anyone tried implementing websockets ?
6 Replies
Here is how to add custom code to your backend
Then just add your fav WS lib and you're good to go
Thanks a lot !
Yep, and specifically:
The setupFn function receives the express.Application and the http.Server instances as part of its context. They can be useful for setting up any custom server routes or for example, setting up socket.io.
Additionally, @shayne is now working on proper websocket support, so it will be even easier in the future!