diff --git a/glossary/WebSockets.md b/glossary/WebSockets.md new file mode 100644 index 000000000..30feac94d --- /dev/null +++ b/glossary/WebSockets.md @@ -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.