683f166185
- Rename a few Erlang-related ports using the erlang- prefix; it will avoid confusion with elixir- ports. - Remove DOCS and EXAMPLES where not actually useful. - Simplify RUN_DEPENDS where possible. - Move textproc/exmpp to devel/erlang-exmpp. - Add missing R18 compatibility fix for devel/erlang-oserl. - Upgrade erlang-cuttlefish to 2.0.3. The idea is that libraries ("deps") have the "erlang-" prefix, while larger projects (rabbitmq, yaws, couchdb, etc) keep their usual names.
11 lines
409 B
Text
11 lines
409 B
Text
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
|