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

https://github.com/sanketghosh/implementing-ws-js

Implementing websocket protocol in JavaScript
https://github.com/sanketghosh/implementing-ws-js

implementation javascript nodejs typescript websocket

Last synced: 2 months ago
JSON representation

Implementing websocket protocol in JavaScript

Awesome Lists containing this project

README

          

# Implementing websocket protocol in JavaScript

Implementing protocol from scratch in JavaScript/Node.js to learn how does it work internally

- Clone the repo and get started: ```git clone --depth 1 https://github.com/sanketghosh/implementing-ws-js.git```
- Node version `v22.12.0` needed (at least) as I am using NodeJS TS `--experimental-strip-types`