mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
![Stefan Eßer](/assets/img/avatar_default.png)
Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
11 lines
644 B
Plaintext
11 lines
644 B
Plaintext
Feersum is an HTTP server built on EV. It fully supports the PSGI 1.03 spec
|
|
including the psgi.streaming interface and is compatible with Plack. PSGI 1.1,
|
|
which has yet to be published formally, is also supported. Feersum also has
|
|
its own "native" interface which is similar in a lot of ways to PSGI, but is
|
|
not compatible with PSGI or PSGI middleware.
|
|
|
|
Feersum uses a single-threaded, event-based programming architecture to scale
|
|
and can handle many concurrent connections efficiently in both CPU and RAM.
|
|
It skips doing a lot of sanity checking with the assumption that a "front-end"
|
|
HTTP/HTTPS server is placed between it and the Internet.
|