I want to implement a Java HTTP server locally, I mean the server computer would be in my control. I\'m expecting not more than 20 clients to send requests to it. I was wond
Embed Jetty in your application. Aside from performing quite well, it is delightfully easy to use and configure