vert.x

 3 likes

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.

License model

  • FreeOpen Source

Application type

Platforms

  • Mac
  • Windows
  • Linux
  No rating
3likes
0comments
0news articles

Features

Suggest and vote on features
  1.  Support for Multiple threads

 Tags

vert.x News & Activities

Highlights All activities

Recent activities

No activities found.

vert.x information

  • Developed by

    Tim Fox
  • Licensing

    Open Source and Free product.
  • Alternatives

    4 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

Our users have written 0 comments and reviews about vert.x, and it has gotten 3 likes

vert.x was added to AlternativeTo by Sezgin on Jan 5, 2013 and this page was last updated Aug 30, 2017.
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