Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Protocol handling layer shared as a separate module #215

Open
eduardolundgren opened this issue Feb 11, 2015 · 1 comment
Open

Protocol handling layer shared as a separate module #215

eduardolundgren opened this issue Feb 11, 2015 · 1 comment

Comments

@eduardolundgren
Copy link

Automattic, the company behind socket.io has separated the protocol from the socket.io framework:

This implementation is by far the best I have found in Java. Since there isn't any active support for socket.io in Vert.x server, besides it uses Netty inside for communication, porting this module could be the best option instead of writing one from scratch. In the worse case scenario, the protocol handling layer could be shared as a separate module, and eventually any Java implementation of socket.io can take advantage of it.

I am starting this conversation to get your guys feedback on that, /cc @IgorSpasic, @rauchg, @mrniko, @purplefox.

@igr
Copy link

igr commented Feb 12, 2015

Some things probably could be stripped, like store package, annotation etc. The idea is to have clean java ScoketIo implementation regardless the transportation layer; so all inputs to this would be wrapped in adapters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants