https://github.com/lord-turmoil/websocketdemo
Repository for the article Using WebSocket in Spring Boot
https://github.com/lord-turmoil/websocketdemo
spring-boot tutorial websocket
Last synced: 5 months ago
JSON representation
Repository for the article Using WebSocket in Spring Boot
- Host: GitHub
- URL: https://github.com/lord-turmoil/websocketdemo
- Owner: Lord-Turmoil
- License: mit
- Created: 2024-04-20T06:05:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-12T04:30:08.000Z (about 1 year ago)
- Last Synced: 2025-01-12T05:22:17.561Z (about 1 year ago)
- Topics: spring-boot, tutorial, websocket
- Language: Java
- Homepage: https://blog.tonys-studio.top/posts/Using-WebSocket-in-Spring-Boot/
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebSocket Demo
> Copyright © Tony's Studio 2024
---
Repository for [Using WebSocket in Spring Boot](https://blog.tonys-studio.top/posts/Using-WebSocket-in-Spring-Boot/) ([Backup](https://lord-turmoil.github.io/posts/Using-WebSocket-in-Spring-Boot/)).
This is a demo for WebSocket in Spring Boot. It enables WebSocket support so that you can send message to specific user in your services.