A tiny WebSocket implementation for Node.js written in pure JavaScript, without external heavy frameworks.
- WebSocket server
- Frame parsing and building
- Ping/Pong and Close control frames
- Text and binary message support
- Built-in tests using Node.js native test runner