mthenw / vertx-sample

This is a barebones Vert.x app for Heroku.

Home Page:http://vertx-sample.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vertx-sample

This is a barebones Vert.x app for Heroku.

Running locally

git clone git@github.com:mthenw/vertx-sample.git # or clone your own fork
cd vertx-sample
foreman start

Your app should now be running on localhost:5000.

Deploying to Heroku

Deploy

or manually

heroku create --buildpack https://github.com/mthenw/heroku-buildpack-vertx.git
git push heroku master
heroku open

Vert.x buildpack

This sample can be run only on Heroku app with Heroku Vert.x buildpack.

About

This is a barebones Vert.x app for Heroku.

http://vertx-sample.herokuapp.com/


Languages

Language:JavaScript 100.0%