from Hacker News

Jubilee, a new Rack server for JRuby based on the high-performance Vert.x

by darkbot on 1/3/14, 11:53 AM with 22 comments

  • by neya on 1/3/14, 2:10 PM

    This is awesome! I would love to see some benchmarks compared to say, Puma. I'm a huge fan of Vert.x and I love this!

    Edit: The demo chat application looks totally awesome! http://192.241.201.68:8080/

  • by programminggeek on 1/3/14, 2:43 PM

    I am planning a big ruby benchmarking blog post in the next week or so. I will definitely add Jubilee to the existing list of rack servers to test with!!!
  • by bhauer on 1/3/14, 4:40 PM

    Anyone willing to craft a Jubilee test implementation for us [1]? It would be nice to see the Torqbox versus Jubilee grudge match (which should echo the Undertow vs Netty title fight).

    [1] https://github.com/TechEmpower/FrameworkBenchmarks

  • by dberg on 1/3/14, 1:40 PM

    Looks awesome. Any rails or Sinatra benchmarks ?
  • by calgaryeng on 1/3/14, 5:33 PM

    How does this compare to Torquebox? When would you use one over the other?