项目作者: pusher

项目描述 :
JavaScript client SDK for Pusher Chatkit
高级语言: JavaScript
项目地址: git://github.com/pusher/chatkit-client-js.git
创建时间: 2017-10-02T16:34:05Z
项目社区:https://github.com/pusher/chatkit-client-js

开源协议:MIT License

下载


Chatkit Retirement Announcement

We are sorry to say that as of April 23 2020, we will be fully retiring our
Chatkit product. We understand that this will be disappointing to customers who
have come to rely on the service, and are very sorry for the disruption that
this will cause for them. Our sales and customer support teams are available at
this time to handle enquiries and will support existing Chatkit customers as
far as they can with transition. All Chatkit billing has now ceased , and
customers will pay no more up to or beyond their usage for the remainder of the
service. You can read more about our decision to retire Chatkit here:
https://blog.pusher.com/narrowing-our-product-focus.
If you are interested in learning about how you can build chat with Pusher
Channels, check out our tutorials.

Chatkit JS

Read the docs
Twitter
GitHub license
npm version
Build Status

The JavaScript client for Pusher Chatkit. If you aren’t already here, you can find the source on Github.

For more information on the Chatkit service, see here. For full documentation, see here

Installation

Yarn

yarn:

  1. $ yarn add @pusher/chatkit-client

npm:

  1. $ npm install @pusher/chatkit-client

Getting started

Head over to our documentation.

Development

Testing

Lint, build, and run the tests with

  1. yarn lint:build:test

Formatting should largely be delegated to prettier, which can be invoked manually with

  1. yarn format

or you can set your editor up to run prettier on save.

Publishing

Running yarn publish-please will walk you through the publishing steps.