CoreHTTP -


未知
Linux

软件简介

This project is designed to be a minimalist http server focusing on speed and
size. It’s one of those pieces of software meant to be unpackaged and used
within a minute instead of spending endless hours configuring and testing. Of
course some configuration is necessary as would be for any functional piece of
software, but, if anything, I’ve heavily erred on the side of less, rather
than more.

The following is a list of some features of this web server:

  • Non-blocking asynchronous I/O handling
  • Single-process poll/select client concurrency model with no forking, no threads, for portability and efficiency
  • Robust, secure construction
  • Daemon (server) process
  • Support for CGI content without being entangled with it
  • Lots of configuration options without slowing the program down