An open API service indexing awesome lists of open source software.

https://github.com/theleoborges/qcon2014-frp-code


https://github.com/theleoborges/qcon2014-frp-code

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Programação functional reativa: lidando com código assíncrono

Este é o repositório da palestra dada na QCon Brazil 2014 e contém todos os exemplos apresentados.

Para rodar os exemplos você precisará ter o Node.js instalado. Depois disso, inicie a aplicação dessa forma:

```bash
node app.js
```

Uma vez que a aplicação esteja rodando, navegue para os exemplos (apresentados de forma cronológica):

- [http://localhost:3000/gamemovesImperative.html](http://localhost:3000/gamemovesImperative.html)
- [http://localhost:3000/gamemovesRx.html](http://localhost:3000/gamemovesRx.html)
- [http://localhost:3000/mousemove.html](http://localhost:3000/mousemove.html)
- [http://localhost:3000/polling.html](http://localhost:3000/polling.html)