https://github.com/lxsmnsyc/solid-ably
SolidJS bindings for Ably
https://github.com/lxsmnsyc/solid-ably
Last synced: 2 months ago
JSON representation
SolidJS bindings for Ably
- Host: GitHub
- URL: https://github.com/lxsmnsyc/solid-ably
- Owner: lxsmnsyc
- License: mit
- Created: 2022-02-01T05:57:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-01T05:57:51.000Z (over 3 years ago)
- Last Synced: 2025-03-29T08:01:36.422Z (3 months ago)
- Language: TypeScript
- Size: 80.1 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# solid-ably
> SolidJS bindings for Ably
[](https://www.npmjs.com/package/solid-ably) [](https://github.com/airbnb/javascript)
## Install
```bash
npm i solid-ably ably
``````bash
yarn add solid-ably ably
``````bash
pnpm add solid-ably ably
```## Usage
### ``
### Clients
### Realtime Primitives
#### `useAblyRealtimeConnectionEvent(events, callback)`
#### `useAblyRealtimeChannel(name, options)`
#### `useAblyRealtimePublish(channelName, channelOptions)`
### Rest Primitives
## License
MIT © [lxsmnsyc](https://github.com/lxsmnsyc)