Implementing Web Sockets with Spring Boot Application

preview_player
Показать описание
This tutorial will show you how to create a WebSocket server with spring boot.

Spring Boot is an open source Java-based framework used to create a micro Service. It is developed by Pivotal Team and is used to build stand-alone and production ready spring applications.

WebSocket is a computer communications protocol, providing full-duplex communication channels over a single TCP connection. WebSocket are bi-directional - Using WebSocket either client or server can initiate sending a message. WebSocket are Full Duplex - The client and server communication is independent of each other.

#springboot #websocket #websockets
Рекомендации по теме
Комментарии
Автор

Did you use more dependencies on the client side? Its just that the WebSocketClient doesn't work for me, and it's telling me to add something to classpath.

hellwraiz
visit shbcf.ru