teletype-server-deepstream
v0.0.4
Published
Provides an implementation of the PubSubGateway using Deepstream.io for Teletype-Server.
Downloads
4
Readme
teletype-server-deepstream
This module provides an implementation of the PubSubGateway using Deepstream.io for Teletype-Server. This will enable a user to maintain their own instance of the Teletype-Server without having the external dependency of Pusher.com.This project uses ESLint and conforms to the Javascript Standard style guide.
Hacking
Running locally
- Clone and bootstrap
git clone https://github.com/tomd8451/teletype-server-deepstream.git cd teletype-server-deepstream cp .env.example .env npm install
- Run the linter
npm build
- Run the tests
npm test