Skip to content

Application using only WebSockets for communication between a Spring boot backend and an Angular frontend

License

Notifications You must be signed in to change notification settings

g00glen00b/spring-boot-angular-websockets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring boot + Angular WebSocket example

This project consists out of two parts:

  • A backend written in Java using Spring boot to provide a WebSocket API.
  • A frontend written in TypeScript using Angular, STOMP.js and Sock.js to communicate with the backend

Run

You can run the backend by using the following command:

cd spring-boot-websockets-api
mvnw spring-boot:run

The frontend can be ran using the following commands:

cd angular-websockets-client
npm install
npm start

About

Application using only WebSockets for communication between a Spring boot backend and an Angular frontend

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published