Search code examples
javascriptnode.jsfrpbacon.js

Native JS in node.js and FRP(bacon.js)


I want to use FRP in my project. For node.js I found just one most popular lib, which realize FRP. It's bacon.js. But I don't found exampes of using bacon.js in node.js in native JS (not coffeeScript, not Closure). How can I use backon.js in native js in node.js? Or somebody knows a good manual?


Solution

  • Baconjs has generated pure js library: https://github.com/baconjs/bacon.js/tree/master/dist
    For examples check this example application - todoApp.