node-red/red
Nicholas O'Leary 3b22b585d0 Allow nodes types to initialise asynchronously at start
The code scans the flows that are to be started and checks all
of the necessary node types are registered; if not, it doesn't
start the flows.

An event is emitted when each node type is registered - allowing
the server to track when all of the 'missing' node types register
and then start the flows.

This is a step towards adding node-types without restarting.
2013-09-18 21:15:23 +01:00
..
events.js Start to add server-side events 2013-09-09 20:03:22 +01:00
library.js Got to start somewhere 2013-09-05 15:02:48 +01:00
nodes.js Allow nodes types to initialise asynchronously at start 2013-09-18 21:15:23 +01:00
red.js Start to add server-side events 2013-09-09 20:03:22 +01:00
server.js Allow nodes types to initialise asynchronously at start 2013-09-18 21:15:23 +01:00
ui.js Fixes #19 - httpRoot and httpAuth not taking effect 2013-09-13 23:24:35 +01:00