[ ソース: erlang-cowboy ]
パッケージ: erlang-cowboy (2.0.0~pre.1+dfsg1-4)
erlang-cowboy に関するリンク
Trisquel の資源:
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]
メンテナ:
Original Maintainers:
- Debian Erlang Packagers (メールアーカイブ)
- Taku YASUI
- Nobuhiro Iwamatsu
- Balint Reczey
外部の資源:
- ホームページ [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.2.2+dfsg)
- Erlang/OTP virtual machine and base applications
- または erlang-base-hipe (>= 1:20.2.2+dfsg)
- Erlang/OTP HiPE enabled virtual machine and base applications
-
- dep: erlang-cowlib (>= 1.3.0~)
- Erlang library for manipulating web protocols
-
- dep: erlang-crypto (>= 1:20.2.2+dfsg)
- Erlang/OTP cryptographic modules
-
- dep: erlang-ranch (>= 1.0.0~)
- socket acceptor pool for TCP protocols in Erlang