Hacker News new | ask | show | jobs
by ulisesrmzroche 4433 days ago
how do ya'll handle errors? Is this primarily built on Node?
1 comments

Errors are generally sent as a data packet to an error port (convention), or thrown if there isn't a connection to that.

NoFlo is running in three environments: Node.js, browser, and GNOME's JavaScript env