@pusher/chatkit
Version:
Pusher Chatkit client library for browsers and react native
30 lines (18 loc) • 990 B
Markdown
# Chatkit JS
[](https://docs.pusher.com/chatkit/reference/javascript)
[](http://twitter.com/Pusher)
[](https://github.com/pusher/chatkit-client-js/blob/master/LICENSE.md)
The JavaScript client for Pusher Chatkit. If you aren't already here, you can find the source [on Github](https://github.com/pusher/chatkit-client-js).
For more information on the Chatkit service, [see here](https://pusher.com/chatkit). For full documentation, [see here](https://docs.pusher.com/chatkit)
## Installation
### Yarn
[yarn](https://yarnpkg.com/):
```sh
$ yarn add @pusher/chatkit
```
## Script tag
```html
<script src="https://unpkg.com/@pusher/chatkit"></script>
```
## Getting started
Head over to [our documentation](https://docs.pusher.com/chatkit/reference/javascript).