WebSocket: Difference between revisions
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
* [https://www.baeldung.com/websockets-spring Introduction to WebSockets with Spring] | * [https://www.baeldung.com/websockets-spring Introduction to WebSockets with Spring] | ||
* [https://blog.postman.com/postman-supports-websocket-apis/ WebSocket APIs testing with Postman] | * [https://blog.postman.com/postman-supports-websocket-apis/ WebSocket APIs testing with Postman] | ||
* [https://github.com/liliumbosniacum/websocket WebSocket » Lilium Code] | |||
* [https://en.wikipedia.org/wiki/WebSocket Wikipedia » WebSocket] | * [https://en.wikipedia.org/wiki/WebSocket Wikipedia » WebSocket] | ||
* [https://blog.postman.com/postman-supports-websocket-apis/ WebSocket » Postman] | * [https://blog.postman.com/postman-supports-websocket-apis/ WebSocket » Postman] | ||
* [https://github.com/wilk/ExtJS-WebSocket ExtJS WebSocket] | * [https://github.com/wilk/ExtJS-WebSocket ExtJS WebSocket] | ||
* [[GraphQL]] | * [[GraphQL]] |
Revision as of 06:07, 20 August 2022
References
- Using WebSocket to build an interactive web application
- WebSocket Implementation in Spring Boot with STOMP
- Spring Boot WebSocket without STOMP & SockJs
- Introduction to WebSockets with Spring
- WebSocket APIs testing with Postman
- WebSocket » Lilium Code
- Wikipedia » WebSocket
- WebSocket » Postman
- ExtJS WebSocket
- GraphQL