A Java HTTP Server

后端 未结 10 2001
轮回少年
轮回少年 2021-01-03 08:59

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

10条回答
  •  遥遥无期
    2021-01-03 09:04

    You've got many options, not the least of which are Jetty, Grizzly, and TTiny.

    I would strongly urge against writing your own web server, unless you've got time to kill and want to spend it writing things that are already available to you for free.

提交回复
热议问题