我们的志愿者还没有将这篇文章翻译为 中文 (简体)。加入我们帮助完成翻译!
WebSocket is a protocol that allows for a persistent TCP connection between server and client so they can exchange data at any time.
Any client or server application can use WebSocket, but principally web browsers and web servers. Through WebSocket, servers can pass data to a client without prior client request, allowing for dynamic content updates.
Learn more
General knowledge
- Websocket on Wikipedia