[ sid ]
[ 原始碼: erlang-cowboy ]
套件:erlang-cowboy(2.0.0~pre.1+dfsg1-4)
erlang-cowboy 的相關連結
Debian 的資源:
下載原始碼套件 erlang-cowboy:
- [erlang-cowboy_2.0.0~pre.1+dfsg1-4.dsc]
- [erlang-cowboy_2.0.0~pre.1+dfsg1.orig.tar.xz]
- [erlang-cowboy_2.0.0~pre.1+dfsg1-4.debian.tar.xz]
維護小組:
- Debian Erlang Packagers (QA 頁面, 郵件存檔)
- Taku YASUI (QA 頁面)
- Nobuhiro Iwamatsu (QA 頁面)
- Balint Reczey (QA 頁面)
外部的資源:
- 主頁 [github.com]
相似套件:
Cowboy is a small, fast and modular HTTP server written in Erlang
Cowboy is also a socket acceptor pool, able to accept connections for any kind of TCP protocol.
Cowboy aims to provide the following advantages:
* 'Small' code base. * Damn 'fast'. * 'Modular': transport and protocol handlers are replaceable. * 'Binary HTTP' for greater speed and lower memory usage. * Easy to 'embed' inside another application. * Selectively 'dispatch' requests to handlers, allowing you to send some requests to your embedded code and others to a FastCGI application in PHP or Ruby. * No parameterized module. No process dictionary. 'Clean' Erlang code.
其他與 erlang-cowboy 有關的套件
|
|
|
|
-
- dep: erlang-base (>= 1:20.3.7+dfsg)
- Erlang/OTP virtual machine and base applications
- 或者 erlang-base-hipe (>= 1:20.3.7+dfsg)
- 套件暫時不可用
-
- dep: erlang-cowlib (>= 1.3.0~)
- Erlang library for manipulating web protocols
-
- dep: erlang-crypto (>= 1:20.3.7+dfsg)
- Erlang/OTP cryptographic modules
-
- dep: erlang-ranch (>= 1.0.0~)
- socket acceptor pool for TCP protocols in Erlang