Add WebSockets

This commit is contained in:
Angelos Chalaris
2018-09-01 14:39:18 +03:00
parent 1a80bf15b0
commit 71385bf398

4
glossary/WebSockets.md Normal file
View File

@ -0,0 +1,4 @@
### 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.