An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# solid-ably

> SolidJS bindings for Ably

[![NPM](https://img.shields.io/npm/v/solid-ably.svg)](https://www.npmjs.com/package/solid-ably) [![JavaScript Style Guide](https://badgen.net/badge/code%20style/airbnb/ff5a5f?icon=airbnb)](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)