Hacker News new | ask | show | jobs
by nmalaguti 3146 days ago
How would this compare with something like vert.x? http://vertx.io
1 comments

Javalin is better suited for smaller/simpler projects (the library is a lot easier to understand and easier to setup). Vertx is a lot more powerful. If I ever found myself in a position where I'd need to create a massive and performant service (10m+ daily users), I'd probably choose vertx.