0.6.0 • Published 6 years ago

chat-service-ws-messaging v0.6.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

chat-service-ws-messaging

NPM Version JavaScript Style Guide

chat-service ws-messaging transport plugin

Table of Contents

Installation

npm i chat-service
npm i chat-service-ws-messaging

Usage

On a server:

const ChatService = require('chat-service')
const transport = require('chat-service-ws-messaging')

const port = 8000

const service = new ChatService({ port, transport }, { onConnect })

On a client just ws-messaging client is required.

Contribute

If you encounter a bug in this package, please submit a bug report to github repo issues.

PRs are also accepted.

License

MIT

0.6.0

6 years ago

0.5.2

7 years ago

0.5.1

7 years ago

0.5.0

7 years ago

0.4.0

8 years ago

0.3.0

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago