teletype-server-deepstream

0.0.4 • Public • Published

teletype-server-deepstream

Build Status Codacy Badge Codacy Badge npm version

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

  1. Clone and bootstrap
    git clone https://github.com/tomd8451/teletype-server-deepstream.git
    cd teletype-server-deepstream
    cp .env.example .env
    npm install
    
  2. Run the linter
    npm build
    
  3. Run the tests
    npm test
    

Readme

Keywords

none

Package Sidebar

Install

npm i teletype-server-deepstream

Weekly Downloads

2

Version

0.0.4

License

MIT

Unpacked Size

4.55 kB

Total Files

4

Last publish

Collaborators

  • tomd8451