/notify-example

Example Notify app.

Primary LanguageJavaScript

Example Notify Application

A real-time notification system built on Primus, Engine.io and Redis.

Relies on: Primus Emit Primus Rooms Notify

Getting Started

Install

git clone the project

In the projects root, you can generate a test key and cert with:

sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout dev.key -out dev.crt

then

npm install
node index

OR

docker-compose up