Skip to content

Source of my presentation and sample application from CodeMash 2014

Notifications You must be signed in to change notification settings

tobias/vertx-codemash-2014

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building decoupled polyglot applications with Vert.x

This is the source for my Vert.x from CodeMash 2014. The rendered slides can be seen at http://tcrawley.org/presentations/codemash-vertx-2014/vertx.html.

The sample app is in fireside-chat/. To run it, you'll first need to install Vert.x by downloading it, unzipping it, and adding its bin/ dir to $PATH.

Since the Clojure support is in beta, you'll need to tell Vert.x how to deploy Clojure applications. Edit <vertx root>/conf/langs.properties and add:

clojure=io.vertx~lang-clojure~0.4.0:io.vertx.lang.clojure.ClojureVerticleFactory
.clj=clojure

Then cd in to fireside-chat and run vertx run init.clj and hit http://localhost:8080 in a browser.

About

Source of my presentation and sample application from CodeMash 2014

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages