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

how to use netty-socketio java client #34

Open
wirechen opened this issue Dec 15, 2017 · 1 comment
Open

how to use netty-socketio java client #34

wirechen opened this issue Dec 15, 2017 · 1 comment

Comments

@wirechen
Copy link

  • anybody could put some code example?
  • SocketIOClient
@pablojr
Copy link

pablojr commented Jul 5, 2018

There's no "netty-socketio" Java client you can use on client side. SocketIOClient class in netty-socketio source code is meant for internal use within the netty-socketio server, not to be used as external clients connecting to it.

For socketio Java clients you may want to search the Internet. For instance see socket.io-client-java as example (spoiler alert: I haven't used such application myself).

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

No branches or pull requests

2 participants