Skip to content

ebpro/sample-websocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A sample Websocket application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors