forked from TechConf/CodeMash2014
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/TechConf/CodeMash2014
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
Building decoupled polyglot applications with Vert.x/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |