mattstyles / koa-socket

Sugar for connecting socket.io to a koa instance
242 stars 50 forks source link

Use latest socket.io #42

Open psy21d opened 6 years ago

psy21d commented 6 years ago

if use your version, need uws, that is deprecated and not in npm

i install latest socket io, "socket.io": "^2.1.1",

and now all works good. Please, check it.

its-danny commented 5 years ago

Also, github and npm complain about these with current version: