Signalz
Signals is an event-emitter-like library meant to be used across different node projects without setting up a websocket or a server, with the use of Firebase and soon can also be used with MongoDB
Documentation
Installation
$ npm i signalzImporting
// Using Node.js `require()`
const Signalz = require("signalz");
// Using ES6 imports
import Signalz from "signalz";Firebase
Getting Started
Sending a Signal
Receiving a Signal
Replying to Signal
Awaiting a Reply
Ending a Signal
Explaining Some Terms
Last updated