npm install
bower install
# on default port 5000
npm start
# on custome port 3000
PORT=3000 npm start
- Hub - host for local storage
- Client on origin host - All are actions allowed - [get, set, del, clear]
- Client One on heroku - Allowed actions are [get, set, del]
- Client Two on heroku - Allowed actions are [get, set, del]
- Client on localhost - Allowed actions are [get, set] -- Note: need to be run by
npm start