https://github.com/theleoborges/qcon2014-frp-code
https://github.com/theleoborges/qcon2014-frp-code
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/theleoborges/qcon2014-frp-code
- Owner: theleoborges
- Created: 2014-04-10T18:35:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-10T18:36:07.000Z (over 11 years ago)
- Last Synced: 2025-01-29T06:49:06.060Z (11 months ago)
- Language: JavaScript
- Size: 4.43 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)