-
Notifications
You must be signed in to change notification settings - Fork 2
Web Socket
imneetkaur edited this page Sep 11, 2019
·
4 revisions
POC on Web socket:
springboot-websocket (backend): This project is used to develop WebSocket endpoint at server side using spring boot, STOMP and sock js support.
angular8-springboot-websocket(frontend): This project is used to develop single page application using Angular 8 as front-end technology. This Angular 8 client application subscribes and exchanges the messages over a WebSocket. [Web-socket Link]((Url: https://www.javaguides.net/2019/06/spring-boot-angular-8-websocket-example-tutorial.html))