0.0.1 • Published 4 years ago

noflo-rapid-sensemaking-server v0.0.1

Weekly downloads
-
License
AGPL-3.0
Repository
-
Last release
4 years ago

a noflo server, with noflo-rsf components pre-installed on it. Ready for use with Heroku.

All noflo component libraries currently installed:

  • noflo-core
  • noflo-filesystem
  • noflo-rsf
  • noflo-strings

Usage

First time:

npm install

Production:

npm start

Local (secured):

npm run startlocal

Local (insecure):

npm run startinsecure

Expects environment variables to be set:

PORT: the port on which to run the websocket server.

TOP_SECRET: an arbitrary secret which will provide a layer of authentication between a noflo client, such as flowhub or noflo-rsf-client, and the server.