Skip to content

What is Vertx ?

vinscom edited this page Dec 26, 2017 · 1 revision

If you know NodeJS, then Vertx is based on same event based processing concept. It runs on JVM, so, has better performance then NodeJS (like multiprocessor support). You can read more about Vertx on http://vertx.io/.

Clone this wiki locally