Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 641 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 641 Bytes

node-sockets

A "scratch implementation" of Node.js based web sockets connections refers to a custom implementation of web sockets using the Node.js runtime environment. Web sockets allow for real-time, bidirectional communication between a client (such as a web browser) and a server. They are often used for applications that require real-time updates, such as chat rooms or collaborative platforms.

Data Transmission limit : <= 125 BIT

Reference

  1. https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API/Writing_WebSocket_servers
  2. https://docs.google.com/spreadsheets/d/1KcTFjBRlosK0eV7BM4W8MLBZZNSkue1JzqIe2f31Fuo