feathersjs-ecosystem / socketio

[MOVED] The Feathers Socket.io websocket transport plugin
https://github.com/feathersjs/feathers
MIT License
37 stars 14 forks source link

Add Socket.io v2 support #77

Closed marshallswain closed 7 years ago

marshallswain commented 7 years ago

Socket.io 2 was recently released.

https://socket.io/

eddyystop commented 7 years ago

Socket.IO 2.0.0 13 May 2017 – Damien Arrachequesne (@darrachequesne) Socket.IO 2.0.0 is finally here! This major release brings several performance improvements:

Please note that this release is not backward-compatible, due to:

socket.io-redis version 5.x socket.io-emitter version 3.x

daffl commented 7 years ago

This has already been done in https://github.com/feathersjs/feathers-socketio/pull/75 and released as v2.0.0 of feathers-socketio.