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

s-gbz/WebSocketAuctionExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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