/ / / vert.x

vert.x and Flamory

Flamory provides the following integration abilities:

  • Create and use window snapshots for vert.x
  • Take and edit vert.x screenshots
  • Automatically copy selected text from vert.x and save it to Flamory history

To automate your day-to-day vert.x tasks, use the Nekton automation platform. Describe your workflow in plain language, and get it automated using AI.

Screenshot editing

Flamory helps you capture and store screenshots from vert.x by pressing a single hotkey. It will be saved to a history, so you can continue doing your tasks without interruptions. Later, you can edit the screenshot: crop, resize, add labels and highlights. After that, you can paste the screenshot into any other document or e-mail message.

Application info

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

Integration level may vary depending on the application version and other factors. Make sure that user are using recent version of vert.x. Please contact us if you have different integration experience.