aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Feersum/pkg-descr
blob: 1b0899d8c44f0e1499054e2a51d284a4fb74c138 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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.

WWW: https://metacpan.org/release/Feersum