Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 605 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 605 Bytes

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