Skip to content

firstStraw/embedded-tomcat-with-programmatic-websocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

embedded-tomcat-with-programmatic-websocket

Example with an embedded Tomcat server exposing a websocket endpoint configured programmatically.

Build it

mvn clean package

Run it

java -jar target/embedded-tomcat-with-programmatic-websocket-0.1-SNAPSHOT.jar

Access it

Using your favorite websocket client (ex. Simple Websocket Client), access ws://localhost:8080/echo

About

Example with an embedded Tomcat server exposing a websocket endpoint configured programmatically.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages