meteor / meteor-feature-requests

A tracker for Meteor issues that are requests for new functionality, not bugs.
Other
89 stars 3 forks source link

Upgrade SockJS (client/server) #216

Open hwillson opened 7 years ago

hwillson commented 7 years ago

Feature request https://github.com/meteor/meteor-feature-requests/issues/41 tracks the idea of potentially replacing SockJS with something else, but in the meantime (and given the number of open SockJS issues/PR), there's a good chance we'll take the (hopefully) easier path of just upgrading SockJS for now.

Let's use this FR to track a SockJS upgrade, and combine the requirements from the other open SockJS issues, to make sure we don't miss anything (and to allow us to close the SockJS FR's in the main Meteor issue repo).

This issue supersedes:

SockJS Client Upgrade

SockJS Server Upgrade

crapthings commented 7 years ago

how about ws

https://github.com/websockets/ws

https://npmcompare.com/compare/derby,socket.io,sockjs,websocket-node,ws

hwillson commented 7 years ago

Thanks @crapthings - replacing SockJS is being tracked in https://github.com/meteor/meteor-feature-requests/issues/41, which includes some discussion about https://www.npmjs.com/package/ws. That might be a good choice!

KoenLav commented 5 years ago

@hwillson I think this can be closed?