Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.73 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.73 KB

Spring Boot Server Push Demo

About

This is a Kotlin demo for Spring Boot for pushing data from the server to the client with SockJS and StompJS.

Requirements

This demo is build with with Maven 3.6.x and Kotlin 1.3.x.

Usage

Just start the application with the Spring Boot maven plugin (mvn spring-boot:run). The application is running at http://localhost:8080.

You can increase the counter by requesting the page http://localhost:8080/notify.

Spring Reference Documentation

For further reference, please consider the following sections:

Spring Guides

The following guides illustrate how to use some features concretely:

Author

Stephan Zerhusen

Copyright and license

The code is released under the MIT license.