Vert.x
Sign in to saveEclipse Vert.x is a polyglot event-driven application framework that runs on the Java virtual machine.
Source code
Vert.x core contains fairly low-level functionality, including support for HTTP, TCP, file system access, and various other features. You can use this directly in your own applications, and it's used by many of the other components of Vert.x. For more information on Vert.x and where Vert.x core fits into the big picture please see the website. Vert.x supports native transport on BSD and Linux, to run the tests with native transport Vert.x supports domain sockets on Linux exclusively, to run the tests with domain sockets Vert.x has integrations tests that run a differently configured JVM (classpath, system properties, etc....)
Excerpt from the source-code README · 1,693 chars · not written by Vinony
Wikidata facts
- Official website
- vertx.io
Show 2 more facts
- source code repository URL
- github.com/eclipse-vertx/vert.x
- software version identifier
- 5.0.11
via Wikidata · CC0
~4 min read
Article
6 sectionsContents
- History
- Language support
- Architecture
- Examples
- References
- External links
Eclipse Vert.x is a polyglot event-driven application framework that runs on the Java virtual machine.
Similar environments written in other programming languages include Node.js for JavaScript, Twisted for Python, Perl Object Environment for Perl, libevent for C, reactPHP and amphp for PHP and EventMachine for Ruby.