@traced-fabric/ws
v0.12.4
Published
This package provides a fast way of implementing realtime data using WebSocket and [@traced-fabric/core](https://github.com/traced-fabric/core).
Downloads
36
Maintainers
Readme
Traced Fabric / ws
This package provides a fast way of implementing realtime data using WebSocket and @traced-fabric/core.
📦 Installation
npm install @traced-fabric/ws
🌌 Usage examples
The following examples will show hot to build a simple chat application.
[!NOTE] Please note, that all the examples here are using the helper functions from the
@traced-fabric/ws
package.
Client
- Browser - doc/client.md
Server
- Bun - doc/usage.bun.md
- Node.js with WS package - doc/usage.node.md