I’m watching a talk on Vert.x (not in English) and they say that “the whole architecture needs to be asynchronous from beginning to end”, and cites as an example of what not to do putting an Apache httpd server in front of the Vert.x application, then explains that using Nginx would be a better idea.Read more