SEAPUNK / socketeer

yet another websocket framework
MIT License
3 stars 0 forks source link

WebSocket API compatibility #53

Open SEAPUNK opened 8 years ago

SEAPUNK commented 8 years ago

Currently, the code relies on the ws module compatibility, but Socketeer should be built around the WebSocket API compatibility, gracefully granting the ability to use a library's extra features.

SEAPUNK commented 8 years ago

Making the client build work will be compatibility enough.

Moving over to 'worsews' before 1.0.0 will be the goal.