A simple Java Websocket Server and Client with a minimal javascript web client.
mvn clean packageBy default, the server and the client bind on localhost:8025
Run the server
java -jar target/sample-websocket-2.0-SNAPSHOT-withdependencies.jarRun one or mode clients
java -cp target/sample-websocket-2.0-SNAPSHOT-withdependencies.jar fr.univtln.bruno.samples.websocket.client.Client