Files
30-seconds-of-code/glossary/WebSockets.md
2019-08-13 11:19:29 +03:00

8 lines
237 B
Markdown

---
title: WebSockets
tags: 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.