Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 512 Bytes

File metadata and controls

24 lines (18 loc) · 512 Bytes

Demo Web Socket

Objectives

A simple Java Websocket Server and Client with a minimal javascript web client.

Building

mvn clean package

Running

Java

By default, the server and the client bind on localhost:8025

Run the server

java -jar target/sample-websocket-2.0-SNAPSHOT-withdependencies.jar

Run one or mode clients

java -cp target/sample-websocket-2.0-SNAPSHOT-withdependencies.jar fr.univtln.bruno.samples.websocket.client.Client