Frage

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?

War es hilfreich?

Lösung 2

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

Andere Tipps

The Bacon.js Tutorial Series has Javascript examples. See links on the Bacon.js wiki: https://github.com/baconjs/bacon.js/wiki/Documentation

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top