Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 705 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 705 Bytes

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