flowhub / jsjob

Run arbitrary JavaScript code as jobs, in a browser-based sandbox.
MIT License
18 stars 0 forks source link

FBP protocol #3

Open bergie opened 8 years ago

bergie commented 8 years ago

A subset of the FBP protocol would be a very nice way to expose the JsJob interface, as this way any standards-compliant FBP system would automatically be available as a JsJob. It would also add other benefits:

We could provide a wrapper for "pure JS" jobs that emulates the runtime and network parts of FBP protocol.