Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 438 Bytes

File metadata and controls

17 lines (11 loc) · 438 Bytes

tinyWS

CI

A tiny WebSocket implementation for Node.js written in pure JavaScript, without external heavy frameworks.


Features

  • 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