https://github.com/lance/dev-ignition-2013
Presentation and demo app source for my vert.x talk at Dev Ignition, December 2013
https://github.com/lance/dev-ignition-2013
Last synced: over 1 year ago
JSON representation
Presentation and demo app source for my vert.x talk at Dev Ignition, December 2013
- Host: GitHub
- URL: https://github.com/lance/dev-ignition-2013
- Owner: lance
- Created: 2013-12-02T21:53:00.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-06T14:19:34.000Z (over 12 years ago)
- Last Synced: 2025-02-10T11:48:48.332Z (over 1 year ago)
- Language: JavaScript
- Size: 1.45 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vert.x - Bringing the Browser to the Cluster
## DevIgnition conference, December 6 2013.
These are the slides and demo application used in my presentation at the
DevIgnition conference. The presentation was created with
[Reveal.js](http://lab.hakim.se/reveal-js/#/). I usually view the presentation
locally using the vert.x script in the `presentation` directory. You need to
have [Vert.x](http://vertx.io) installed.
$ cd presentation
$ vertx run start.js
Then browse to [http://localhost:8000](http://localhost:8000) to view the
presentation slides.
To view the demo application, you should have at least version 2.1M2 of vert.x.
$ cd app
$ vertx run start.js -cluster -conf config.json
If you want to hack the election, run the chaos inducer as its own verticle.
$ vertx run src/clj/chaos.js -cluster -conf config.json