0.0.24 • Published 9 years ago

node-red-contrib-coffeescript v0.0.24

Weekly downloads
4
License
BSD
Repository
github
Last release
9 years ago

node-red-node-coffee

This is a similar node to the 'function'-node, which allows custom javascript to be executed (in a sandbox). This node will allow the enduser to use beautifull compact (sandboxed) coffeescript.

Installation

Run:

npm install node-red-contrib-coffeescript

Example

mongo = @context.global.mongo
msg.succes = false

if msg.payload.length 
  mongo.getItems (err,items) ->
    msg.succes = true
    cb(msg)
else return msg

Did you notice the support for both synchronous and asynchronous flows?

Extra notes

I love Node-red!

Author

Leon van Kammen, http://coderofsalvation.github.io / http://github.com/coderofsalvation

0.0.24

9 years ago

0.0.23

9 years ago

0.0.221

9 years ago

0.0.22

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago