A spring boot application + websocket chat (by netty)
$mvn clean package
$cd target
$java -jar websocket.war
execute SpringBootWebApplication class
10101, 10103
You should open these two ports if you run in another server. or you can modify these ports in application.properties.