diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2013-05-23 20:53:11 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2013-05-23 20:53:11 +0000 |
commit | f316cdac28bb0b07d54590c0f2ca46499e76bfb2 (patch) | |
tree | b4c87465df9ea1e44b06fb77d4257ee4208199b4 /www/cowboy/pkg-descr | |
parent | 8c86052e02722106c27dee5ce5ba70f9e4d80b9b (diff) | |
download | ports-f316cdac28bb0b07d54590c0f2ca46499e76bfb2.tar.gz ports-f316cdac28bb0b07d54590c0f2ca46499e76bfb2.zip |
Notes
Diffstat (limited to 'www/cowboy/pkg-descr')
-rw-r--r-- | www/cowboy/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/cowboy/pkg-descr b/www/cowboy/pkg-descr new file mode 100644 index 000000000000..927858cc6268 --- /dev/null +++ b/www/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 |