Files
30-seconds-of-code/glossary/WebSockets.md
Angelos Chalaris 7f21d84afb Add WebSockets
2018-09-01 14:39:18 +03:00

5 lines
209 B
Markdown

### WebSockets
WebSockets is a protocol that allows for a persistent client-server TCP connection.
The WebSocket protocol uses lower overheads, facilitating real-time data transfer between client and server.