0.2.4 ā€¢ Published 2 months ago

crossws v0.2.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

ā›Ø CrossWS

npm version npm downloads

Elegant, typed, and simple interface to implement platform-agnostic WebSocket servers.

šŸ‘‰ šŸ“– documentation

Features

šŸ§© Seamlessly integrates with, Bun, Deno, Cloudflare Workers and Node.js (ws || uWebSockets).

šŸš€ High-performance server hooks, avoiding heavy per-connection events API (why)

šŸ“¦ No external dependencies, includes ws for Node.js support

šŸ’” Extremely lightweight and tree-shakable packaging with ESM and CJS support

šŸ” Developer-friendly object logging

!IMPORTANT This project and API are under development.

Contribution

  • Clone this repository
  • Install the latest LTS version of Node.js
  • Enable Corepack using corepack enable
  • Install dependencies using pnpm install
  • Run examples using pnpm play: scripts

License

Published under the MIT license. Made by @pi0 and community šŸ’›


šŸ¤– auto updated with automd