Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 511 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 511 Bytes

WebSocketAuctionExample

Code example for the corresponding blogpost "WebSockets made easy with STOMP.js and Spring Boot".

Start the server

Open a terminal and:


cd Server-Backend-Spring

gradlew build

gradlew bootrun

Make sure to use Gradle 5 and Java 11.

Start the client

Open a terminal and:


cd Client-Frontend-Angular

npm install

ng serve --open