vert.x

From Wikipedia, the free encyclopedia

Vert.x is a polyglot event driven application framework that runs on the Java Virtual Machine.[1][2]

Similar environments written in other programming languages include Node.js for JavaScript, Twisted for Python, Perl Object Environment for.

Cost / License

  • Free
  • Open Source

Platforms

  • Mac
  • Windows
  • Linux
-
No reviews
3likes
0comments
0news articles

Features

Suggest and vote on features
  1.  Support for Multiple threads

vert.x News & Activities

Highlights All activities

Recent activities

No activities found.

vert.x information

  • Developed by

    GB flagTim Fox
  • Licensing

    Open Source and Free product.
  • Alternatives

    4 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development
vert.x was added to AlternativeTo by Sezgin on and this page was last updated .
No comments or reviews, maybe you want to be first?
Post comment/review

What is vert.x?

From Wikipedia, the free encyclopedia

Vert.x is a polyglot event driven application framework that runs on the Java Virtual Machine.[1][2]

Similar environments written in other programming languages include Node.js for JavaScript, Twisted for Python, Perl Object Environment for Perl, libevent for C and EventMachine for Ruby.

Vert.x exposes the API currently in Java, JavaScript, Groovy, Ruby and Python. Scala and Clojure support is on the roadmap.

The application framework includes these features:

Polyglot. Application components can be written in Java, JavaScript, Groovy, Ruby or Python. Simple concurrency model. All code is single threaded, freeing from the hassle of multi-threaded programming. Simple, asynchronous programming model for writing truly scalable non-blocking applications. Distributed event bus that spans the client and server side. The event bus even penetrates into in-browser JavaScript allowing to create effortless so-called real-time web applications. Module system and public module repository, to re-use and share components

Official Links