Blog4Java

A personal and Java blog, likely only for me

July 8, 2014
by Javier (@jbbarquero)
0 comments

Getting started with Vert.x

What is Vert.x? In my humble opinion, Vert.x is a poorly documented platform for creating server applications intended to be scalable by using an event-driven, non-blocking I/O in the JVM. The first definition for Vert.x I heard was “it’s like … Continue reading