java-tutorials/spring-websockets/README.md

11 lines
560 B
Markdown
Raw Permalink Normal View History

## Spring WebSockets
This module contains articles about Spring WebSockets.
### Relevant articles
- [Intro to WebSockets with Spring](https://www.baeldung.com/websockets-spring)
- [A Quick Example of Spring Websockets @SendToUser Annotation](https://www.baeldung.com/spring-websockets-sendtouser)
2020-12-23 09:27:26 -05:00
- [Scheduled WebSocket Push with Spring Boot](https://www.baeldung.com/spring-boot-scheduled-websocket)
2021-09-08 12:35:27 -04:00
- [Test WebSocket APIs With Postman](https://www.baeldung.com/postman-websocket-apis)
2021-12-01 03:23:15 -05:00
- [Debugging WebSockets](https://www.baeldung.com/debug-websockets)