Skip to content

Heit/netty-socketio-spring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Netty-socket.io Demo with SpringFramework

Demo for Netty-socketio project.

#Usage example

  1. Run server by command mvn spring-boot:run

  2. Or build single executable jar file with mvn package

  3. Run single jar java -jar wss-server.jar

#Client

Client code can be found at Netty-socketio-demo

#Brief description

This is just a very simple example on how to use Netty-socketio in Spring. This project also shows how to exclude CommandLineRunner from the test configuration (if we don't, it will run during test phase in mvn package).

About

Netty-socketio Demo with SpringFramework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages