项目作者: s-gbz

项目描述 :
Code example for WebSockets with Stomp.js and Angular + Spring Boot.
高级语言: TypeScript
项目地址: git://github.com/s-gbz/WebSocketAuctionExample.git
创建时间: 2019-04-08T13:39:36Z
项目社区:https://github.com/s-gbz/WebSocketAuctionExample

开源协议:MIT License

下载


WebSocketAuctionExample

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

Start the server

Open a terminal and:


  1. cd Server-Backend-Spring

  2. gradlew build

  3. gradlew bootrun

Make sure to use Gradle 5 and Java 11.

Start the client

Open a terminal and:


  1. cd Client-Frontend-Angular

  2. npm install

  3. ng serve open