Hacker News new | ask | show | jobs
by purplefox 5170 days ago
If you think node.js is fast try http://vertx.io.

It's like node but isn't single threaded so scales over multiple cores without having to fork. Also it's polyglot so you can don't have to use JS if you don't want.

I'm hoping to publish some performance results vs node.js before our 1.0.final release in the next few weeks.

1 comments

How does vert.x compare to to Apache Deft?