koa-socket.io
koa-socket.io copied to clipboard
Koa meets socket.io connected socket
So I'm trying to use this in a new, minimal Koa app. Following the Readme I have this code: ```ts // websocket server const io = new IO({ namespace: '/'...
# problem `join` event doesnt fire # discussion i couldnt get it to work, so i cloned the repo. ran the example, doesnt work their either
I have some issues with this package, I can't get it to work, I see in network that client make requests to the server, but none of my events are...
Since the server class is already wrapping the socket.io functions would it be possible to return a promise to keep true to the async await style. Especially since: ``` an...