This repository contains code for Solsend's real-time relay server which exposes a socket.io server component for subscription of notifications.
To run this repository, ensure you have redis installed on your local system, as well as Node.js and NPM. Next, run the following commands:
$ npm install
$ npm start
To start redis database instance:
$ redis-server