This is the sample code used in the demo video I made for using the Redox API and the Redox Dev Tools.
A Note About the Video
In the video I used a Digital Ocean droplet server running NodeJS.
While this is fine for testing out the Redox API using Dev Tools and the sample messages provided, to start sending and
receiving real data you will absolutely need to use a HIPAA compliant hosting solution. Digital Ocean droplet servers,
as seen in the video, are not HIPAA compliant.
You will need a server to run the Destination code, but you can run this locally and get the code for your Source working.
- NodeJS and NPM installed
Clone this repository to your environment, and run the following command to install the npm packages required:
npm install
To start the app, simply run
node index.js
You may want to consider using the Forever library to keep the app running after you close your Terminal or SSH session.