WebSocket
Websocket is stateful, it persist the connection between client and the server.
It's suitable for realtime data transfer and has low overhead because we only do handshake once.
Applications:
- Multi-player games
- Chat
Websocket is stateful, it persist the connection between client and the server.
It's suitable for realtime data transfer and has low overhead because we only do handshake once.
Applications: