[ sid ]
软件包:erlang-cowboy(2.0.0~pre.1+dfsg1-4) [debports]
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