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
- Host: GitHub
- URL: https://github.com/innovatorved/node-sockets
- Owner: innovatorved
- License: mit
- Created: 2022-12-27T08:55:41.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T11:46:58.000Z (almost 3 years ago)
- Last Synced: 2025-04-02T13:51:54.345Z (6 months ago)
- Topics: innovatorved, javascript, nodejs, scratch-implementation, socket-programming, sockets, websockets
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 20
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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