An example of real-time chat application built with netty-socketio and Spring Boot.
Built with
In this example, SocketIONamespace
is used for declaring modules.
This example project is inspired by the following projects.
mvn spring-boot:run
mvn package
and un single jar java -jar rt-server.jar
/client
directory under an HTTP server. Then open it from the browser after starting the server side.MIT