|
|
|
|
|
by purplefox
5168 days ago
|
|
(Tim Fox here, project lead) The core api is similar to node.js, but that API is available in not just JavaScript, but in Ruby, Java and Groovy. Unlike node.js it also includes websockets and sockjs support and a distributed event bus so you can link together multiple nodes on the server side and extending into client side JavaScript. Since it runs on the JVM and has real threading (unlike V8) it means you can scale with a single instance far better than you can with node.js. And you don't have to resort to hacky forks in order to scale it over multiple cores. In my perf tests so far, performance (far) exceeds node.js for some simple HTTP test cases. I will hopefully publish some results in the next few weeks when we release 1.0 final. So one way of thinking about it is node.js, on steroids and not just for JavaScript. Vert.x is a VMware sponsored project. |
|
Don't see anywhere docs on integrating it with rails apps. Are there references anywhere (or is that too heavyweight for your 1.0 release)?