A Java HTTP Server

后端 未结 10 2019
轮回少年
轮回少年 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:06

    If you will write your own HttpServer you will have to implement all the methods of the HTTP protocol. Tomcat can be easily used locally.

提交回复
热议问题