2012-10-27 15:22:40 +01:00
2012-08-17 13:52:11 +01:00
2012-10-27 15:22:40 +01:00
2012-10-24 18:49:26 +01:00
2012-10-27 15:22:40 +01:00
2012-10-10 13:06:52 +01:00
2012-07-03 23:00:57 +01:00
2012-10-24 12:03:30 +01:00
2011-10-11 10:14:45 +01:00
2012-07-16 15:43:18 +01:00
2012-07-17 11:59:25 +01:00
2012-07-31 14:01:46 +01:00
2012-07-08 08:41:29 +01:00

What is vert.x?

Vert.x is the framework for the next generation of asynchronous, effortlessly scalable, concurrent applications.

Vert.x is a framework which takes inspiration from event driven frameworks like node.js, combines it with a distributed event bus and sticks it all on the JVM - a runtime with real concurrency and unrivalled performance. Vert.x then exposes the API in JavaScript, CoffeeScript, Ruby, Python, Groovy and Java.

Some of the key highlights include:

  • Polyglot. Write your application components in JavaScript, CoffeeScript, Ruby, Python, Groovy or Java. It's up to you. Or mix and match several programming languages in a single application. (Scala and Clojure support is scheduled too).

  • No more worrying about concurrency. Vert.x allows you to write all your code as single threaded, freeing you from the hassle of multi-threaded programming, yet unlike other asynchronous framework it scales seamlessly over available cores without you having to fork.

  • Vert.x has a super simple, asynchronous programming model for writing truly scalable non-blocking applications.

  • Vert.x includes a distributed event bus that spans the client and server side so your applications components can communicate incredibly easily. The event bus even penetrates into in-browser JavaScript allowing you to create effortless so-called real-time web applications.

  • Vert.x provides real power and simplicity, without being simplistic. No more boilerplate or sprawling xml configuration files.

If you don't want the whole vert.x platform, vert.x can also be used as a lightweight library in your Java or Groovy applications

Please see the website for full documentation and information on vert.x

The Vert.x project has moved here https://github.com/vert-x/vert.x

Description
No description provided
Readme 108 MiB
Languages
Java 100%