Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/TechConf/CodeMash2014
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuemerle committed Jan 10, 2014
2 parents 73db21d + 5d2896e commit c51b6cd
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Building decoupled polyglot applications with Vert.x/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Building decoupled polyglot applications with Vert.x

By [@tcrawley](http://twitter.com/tcrawley)

Vert.x is an asynchronous application platform built on top of Netty
that supports several JVM languages: Clojure, Groovy, Java,
JavaScript, JRuby, Jython, PHP, and Scala. It uses a multi-reactor
model to efficiently serve a high number of concurrent connections,
and greatly simplifies distributed component coordination by providing
built-in message passing between components, up to and including the
browser!

In this talk, I'll provide an introduction to Vert.x, and cover the
trade-offs of using it for developing polyglot applications.

See the
[slides](http://tcrawley.org/presentations/codemash-vertx-2014/vertx.html)
and [sample code](https://github.com/tobias/vertx-codemash-2014/tree/master/fireside-chat).

0 comments on commit c51b6cd

Please sign in to comment.