Y
Hacker News
new
|
ask
|
show
|
jobs
by
tomstoms
741 days ago
Just trying to understand. In the case of a Java app, would this replace tomcat or jersey or similar?
1 comments
ethagnawl
737 days ago
I'm no Java expert but I believe Unit would replace Tomcat, Jetty, etc. (i.e. the service handling HTTP requests) and would be responsible for running/managing/forwarding requests to a Jersey application.
link