Skip to content

Sample project showing the use of netty-socketio-server and the JS client

License

Notifications You must be signed in to change notification settings

unverbraucht/netty-socketio-server-sample

Repository files navigation

Simple Java Netty Socket.IO server sample

This project contains a simple Socket.IO server written in Java using the netty-socketio server as server and the official JS Socket.IO client.

How to run

Build the server through Maven and run the com.kevinread.samples.socketio.Main Main class. This will open a simple Socket.IO server under http://localhost:8081/

There are two clients: one for Node.JS and one running in the browser. Go to the front-end folder and run either npm run browsertest (and then open http://localhost:3000/ in the browser) or npm run nodetest.

About

Sample project showing the use of netty-socketio-server and the JS client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published