Skip to content

mthenw/vertx-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published