Subject: WebSocket
Author: WebSpider
Posted on: 07/11/2020 12:57:01 AM
WebSocket is a protocol to provide bidirectional communication channels over a single TCP connection. It is vital to build the highly interactive real-time web applications like games, chats and bots.
Dependencies:
spring-websocket -- from org.springframework for WebSocket
spring-messaging -- from org.springframework for messaging
jackson-core -- from com.fasterxml.jackson.core for JSON message
jackson-databind -- from com.fasterxml.jackson.core for JSON message
Replies:
References: