Skip to content

dmacd/noflo-ui-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NoFlo Development Environment Server Build Status

A Node.js server process for serving the NoFlo UI and providing a WebSocket interface for running NoFlo graphs on the Node.js instance.

Installation

The NoFlo UI Server has not yet been published via NPM. In the meanwhile, grab this git repository and run:

$ npm install

You also need to build the browser-side files with:

$ grunt build

(install Grunt via npm install -g grunt-cli if you don't have it yet)

Running

This application provides the user interface for editing an existing NoFlo project. To start it, you need to point the process to the directory where your project is on the filesystem:

$./bin/noflo-ui /some/path/to/project

By default, NoFlo UI runs at port 3569. To run it under some other port, use the -p option.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.7%
  • Other 0.3%