Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>You might find what you're looking for in <a href="https://github.com/eclipse/vert.x/blob/master/README.md" rel="nofollow">vert.x</a>.</p> <p>From the site:</p> <p><strong>What is vert.x?</strong></p> <p>The next generation polyglot asynchronous application framework. (Formerly known as node.x)</p> <ul> <li>Runs on the JVM.</li> <li>Embraces the good bits of event driven frameworks like node.js then adds some even juicier bits.</li> <li>Everything is non-blocking.</li> <li>Polyglot. vert.x will be usable from multiple languages: Ruby, Groovy, Java, JavaScript, Python, Clojure, Scala. Currently we support Java and Ruby and have partial Groovy support. Write your code in the language you choose. Leverage the power of vert.x from that language.</li> <li>Goes with the recent developments with InvokeDynamic in Java 7 and bets on the JVM being the future premier runtime for dynamic languages.</li> <li>Enables you to create network servers or clients incredibly easily.</li> <li>True scalability. Unlike other well-known event-driven frameworks, you can have more than one event loop per process. No more spinning up 32 instances just to utilise the cores on your server.</li> <li>Incredibly simple concurrency model. Write your code as single threaded but watch it scale across multiple cores. No need to worry about race conditions or locks.</li> <li>Understands multiple network protocols out of the box including: TCP, SSL, HTTP, HTTPS, Websockets.</li> <li>Efficiently serve static files from the filesystem bypassing user-space altogether.</li> <li>Simple Sinatra/Express style resource based web routing.</li> <li>Distributed event bus. Multiple vert.x instances work together seamlessly to provide a distributed event bus</li> <li>SockJS support</li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload