Vert.x, C10k problem, Node.js, MongoDB. Vert.x is a application platform, that claims to be lightweight and high performance, and it’s for the JVM. To summarize, is a Java (and JavaScript, CoffeeScript, Ruby, Python or Groovy) Async I/O platform. Node.js is … Continue reading
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