@airstate/client
v3.0.1
Published
The AirState client core WebSocket communication library
Readme
@airstate/client
A set of powerful and opensource primitives for JavaScript that help you build any kind of real-time collaboration features into your webapps.
Quick Links
Installation
pnpm add @airstate/client
# or
npm install --save @airstate/clientConfigure
Get your appKey from console.airstate.dev
import { configure } from '@airstate/client';
// Call this before you start using the hooks
// (it's safe to call outside react components)
configure({
appId: '[your app key]',
});Note
AirState's JS SDK Documentation is still under construction. We recommend using SDK via the React SDK instead until JS SDK API stabilizes.
License
MIT
