Skip to content

ignoumania/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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 52.9%
  • Java 31.3%
  • HTML 6.7%
  • CSS 5.8%
  • JavaScript 3.3%