Eclipse Vert.x

Scope

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

  • Vert.x provides primarily asynchronous APIs for writing truly scalable non-blocking applications
  • Vert.x is polyglot. Developers write their components using JVM languages. Multiple programming languages can be used in a single application
  • Vert.x has a very simple concurrency model. Vert.x allows you to write all your code as single threaded, this greatly simplifies development. (No more 'synchronized', 'volatile' or explicit locking)
Releases
Name Date
5.0.0 2024-09-09
4.5.0 2023-10-09
4.4.0 2023-03-01
4.3.0 2022-05-04
4.2.0 2021-09-01
4.1.0 2021-06-01
4.0.0 2020-10-01
3.9.0 2020-04-01
3.8 2019-07-01
3.7.0 2019-03-11
3.6.0 2018-10-13
3.5.0 2017-10-01
3.4.0 2017-02-28
3.3.0 2016-06-15
3.2.0 2015-11-30
3.1.0 2015-09-30
3.0.0 2015-06-22
2.1.0 2014-06-11