noflo / noflo-nodejs

Command-line tool for running NoFlo programs on Node.js
91 stars 36 forks source link

Noflo-nodejs server doesn't serve graphs as components #5

Closed cwohlman closed 9 years ago

cwohlman commented 10 years ago

With a clean install of noflo-nodejs with a component library such as noflo-adapters you can't use the graphs as components.

See this stack overflow question:

http://stackoverflow.com/questions/23205857/how-can-graphs-be-exposed-as-components-and-used-in-noflo-ui

The setup I used to test and run this was almost line for line identical to the example setup in readme.md:

npm init
npm install noflo
npm install noflo-nodejs
npm install noflo-core
npm install noflo-adapters
npm install noflo-yaml
(create and edit flowhub.json so I can access this server from app.flowhub.io)
node_modules/noflo-nodejs/bin/noflo-nodejs

When I attach my noflo-ui to the runtime I can see the adapter components, but not the adapter graphs.

ensonic commented 9 years ago

According to the stackoverflow post this does work now.