Skip to content

mlebrun/notify-example

Repository files navigation

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

About

Example Notify app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published