https://github.com/lance/dataio2013
Vert.x presentation for the Chariot Data IO 2013 conference
https://github.com/lance/dataio2013
Last synced: 12 months ago
JSON representation
Vert.x presentation for the Chariot Data IO 2013 conference
- Host: GitHub
- URL: https://github.com/lance/dataio2013
- Owner: lance
- Created: 2013-10-09T21:29:30.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-02T03:37:19.000Z (over 12 years ago)
- Last Synced: 2025-04-05T03:41:57.262Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://lanceball.com/dataIO2013
- Size: 460 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vert.x: Async Data From Cluster to Browser
## Chariot Data IO conference, October 2013.
To run this presentation, you need to have [Vert.x](http://vertx.io)
installed on your computer, and a running mongo server. Then simply run:
$ vertx run --clustered preso.js
Then browse to [http://localhost:8080](http://localhost:8080/vote.html)
to view the presentation slides or head over to the
[demo](http://localhost:8080/vote.html) to see some Vert.x in action.
If you want to hack the demo election, run the cluster node as its
own verticle.
$ vertx run --clustered cluster_node.js