mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-16 05:00:24 +00:00
35 lines
1.1 KiB
Text
35 lines
1.1 KiB
Text
= Cowboy
|
||
|
||
Cowboy是一个基于Erlang/OTP的简易快速及现代的HTTP服务器.
|
||
|
||
== 目标
|
||
|
||
Cowboy致力于用少量代码提供一个完整的HTTP堆栈.
|
||
使用二进制字符串针对“低延迟”和“低内存使用率”进行了优化.
|
||
|
||
Cowboy提供“路由”功能,有选择地调度请求到用Erlang编写的处理程序.
|
||
|
||
因为它使用Ranch来管理连接,所以Cowboy可以很容易地嵌入到任何其他应用程序中.
|
||
|
||
Cowboy是简介以及经过测试的Erlang代码.
|
||
|
||
== 在线文档
|
||
|
||
* https://ninenines.eu/docs/en/cowboy/2.6/guide[User guide]
|
||
* https://ninenines.eu/docs/en/cowboy/2.6/manual[Function reference]
|
||
|
||
== 离线文档
|
||
|
||
* 在线时, 运行 `make docs`
|
||
* PDF和HTML格式的用户指导在 `doc/`
|
||
* Function参考手册页可在 `doc/man3/` and `doc/man7/`
|
||
* 运行 `make install-docs` 以在你的系统上安装主页
|
||
* Asciidoc中的完整文档可在 `doc/src/`
|
||
* 示例在 `examples/`
|
||
|
||
== 获取帮助
|
||
|
||
* 官方IRC频道: #ninenines on irc.freenode.net
|
||
* https://github.com/ninenines/cowboy/issues[Issues tracker]
|
||
* https://ninenines.eu/services[Commercial Support]
|
||
* https://github.com/sponsors/essen[Sponsor me!]
|