Skip to content

tomjessessky/redox-up-and-running

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sample Code from Up and Running with the Redox API in 15 Minutes Video

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.

Installation

You will need a server to run the Destination code, but you can run this locally and get the code for your Source working.

Pre-Requisites

Clone this repository to your environment, and run the following command to install the npm packages required:

npm install

Starting the App

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.

About

Sample node.js code for getting started with the Redox dev tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published