Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.07 KB

README.md

File metadata and controls

26 lines (20 loc) · 1.07 KB

vertx-leaderboard Deploy

Sample app demonstrating the power of Vert.x's distributed event bus & AngularJS's data binding

Introduction

This sample app demonstrates the power of Vert.x distributed event bus along with AngularJS data binding. Launch the app in multiple tabs or browser windows, play with it & see what happens. Cool eh?

Demo

Vertx Leaderboard Demo

Running the app on cloud

The easiest way to test this app is running it on Heroku.

  • Get a Free developer account with Heroku (if you don't have one)
  • Fork this repo and/or Click on the "Deploy to Heroku" button at the top
  • Navigate to the deployed application url

Running the app locally (if you have vertx installed)

vertx run server.js

Build pack

Thanks to the build pack - https://github.com/mthenw/heroku-buildpack-vertx.git for easier heroku deployment :)