cf-socket-client
v1.0.6
Published
A client implementation for our CloudFlare-Workers-Backed WebSocket Server
Downloads
3
Readme
CF Socket Client
A simple client to interface with our CloudFlare Workers backed WebSocket server.
Getting started
First, install this package by running npm i cf-socket-client
, or if you're using yarn, yarn add cf-socket-client
.
Examples
- Chat demo
- Poll demo
- Ephemeral Poll demo
- Live map of active users, build using the ephemeral poll functionality