Vert.x 1.0 released with its Groovy support
Tim Fox yesterday announced the release of Vert.x 1.0.
Vert.x is a kind ofasynchronous application development environment and server. It works on the JVM, with JDK 7, and supports several languages like Java, Groovy, Ruby or JavaScript.
As the website puts it, vert.x can be defined along the following axis:
polyglot: supporting Java, Groovy, Ruby and JavaScript or a mix and match of any of these even in a single application simplicity: just a few lines of code to create your servers and components, without any XML configuration or anything like that, without being too simplistic scalability: with Netty under the hood, with a message passing approach, it’s taking full advantage of the cores of your CPU(s) concurrency: vert.
Read more...