Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 328 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 328 Bytes

java-socketio-server

This is a socket.io example server using an embedded jetty.

For building:

gradlew build

This will generate a fat jar (executable with all its dependencies) in 'build/libs'

You can execute this generated jar as follows:

java -jar build/libs/java-socketio-server-0.0.1-SNAPSHOT.jar