On Wed, 2023-10-11 at 16:39 +0100, Stuart Henderson wrote: > upstream says, "This project is intended for development purposes only; > it should not be used in production". is it really a good thing to have > in ports? >
Hi, because this is not a long-term running web service, it is typically used for temporary purposes such as file transfer, testing, etc. As an alternative to the inadequate python -m http.server. The most important aspect is that it provides HTTPS support and concurrency.