質問

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?

役に立ちましたか?

解決 2

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

他のヒント

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

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top