A real-time notification system built on Primus, Engine.io and Redis.
Relies on: Primus Emit Primus Rooms Notify
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