Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

noflo-rapid-sensemaking-server

connoropolous4AGPL-3.00.0.1

rapid sensemaking noflo development server

readme

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.