Skip to content

Latest commit

 

History

History

spring-websockets

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Simple Web Socket Demo

This is probably simplest websocket demo one can create with Spring Boot and websockets.

Build and Run

gradle clean build test
java -jar build/libs/spring-websockets-1.0.0-SNAPSHOT.jar

Go to index.html at http://localhost:8080/index.html and follow on-screen instructions.

References