Pergunta

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?

Foi útil?

Solução 2

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

Outras dicas

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top