An open API service indexing awesome lists of open source software.

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

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.