Open SEAPUNK opened 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.
ws
Making the client build work will be compatibility enough.
Moving over to 'worsews' before 1.0.0 will be the goal.
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.