An open API service indexing awesome lists of open source software.

https://github.com/innovatorved/node-sockets

A custom implementation of web sockets using Node.js, a runtime environment for JavaScript. Web sockets enable real-time communication between a client (e.g. web browser) and server, often used for applications needing real-time updates like chat rooms or collaborative platforms
https://github.com/innovatorved/node-sockets

innovatorved javascript nodejs scratch-implementation socket-programming sockets websockets

Last synced: 4 months ago
JSON representation

A custom implementation of web sockets using Node.js, a runtime environment for JavaScript. Web sockets enable real-time communication between a client (e.g. web browser) and server, often used for applications needing real-time updates like chat rooms or collaborative platforms

Awesome Lists containing this project

README

          

# 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