# chatkit-server-node

The Node.js server SDK for Pusher Chatkit.

## Installation

[yarn](https://yarnpkg.com/):

```sh
$ yarn add pusher-chatkit-server
```

[npm](https://www.npmjs.com/):

```sh
$ npm install pusher-chatkit-server --save
```

# Development/Contribution

<strong>src/</strong> - library code</br>
<strong>examples/</strong> - demonstration app. Also useful for testing during development</br>
<strong>scripts/</strong> - scripts for tagging, building, test, releasing package
