mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
12 lines
409 B
Plaintext
12 lines
409 B
Plaintext
Cowboy aims to provide a complete HTTP stack in a small code base. It
|
|
is optimized for low latency and low memory usage, in parts because it
|
|
uses binary strings.
|
|
|
|
Cowboy provides routing capabilities, selectively dispatching requests
|
|
to handlers written in Erlang.
|
|
|
|
Because it uses Ranch for managing connections, Cowboy can easily be
|
|
embedded in any other application.
|
|
|
|
WWW: https://github.com/extend/cowboy
|