diff options
Diffstat (limited to 'www/erlang-cowboy/pkg-descr')
-rw-r--r-- | www/erlang-cowboy/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/erlang-cowboy/pkg-descr b/www/erlang-cowboy/pkg-descr new file mode 100644 index 0000000..927858c --- /dev/null +++ b/www/erlang-cowboy/pkg-descr @@ -0,0 +1,11 @@ +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 |