Cowboy 是一款用于Erlang/OTP的小型、快速和现代的HTTP服务器。
Cowboy
用于Erlang/OTP的小型、快速、现代的HTTP服务器。(Small, fast, modern HTTP server for Erlang/OTP.)
Github stars Tracking Chart
Cowboy 提供路由功能,有选择地将请求发送到Erlang编写的处理程序。
因为它使用 Ranch 来管理连接,所以Cowboy可以很容易地被嵌入到任何其他应用程序中。
Cowboy 是干净、测试良好的Erlang代码。
Main metrics
- Overview
-
Name With Owner ninenines/cowboy Primary Language Erlang Program language Makefile (Language Count: 3) Platform License: ISC License - 所有者活动
-
Created At 2011-03-09 19:55:52 Pushed At 2025-06-06 12:28:09 Last Commit At 2025-02-17 15:18:23 Release Count 54 Last Release Name 2.13.0 (Posted on 2025-02-18 09:46:00) First Release Name 0.2.0 (Posted on ) - 用户参与
-
Stargazers Count 7.4k Watchers Count 294 Fork Count 1.2k Commits Count 2.2k Has Issues Enabled Issues Count 1149 Issue Open Count 44 Pull Requests Count 181 Pull Requests Open Count 9 Pull Requests Close Count 324 - 项目设置
-
Has Wiki Enabled Is Archived Is Fork Is Locked Is Mirror Is Private
= Cowboy
Cowboy is a small, fast and modern HTTP server for Erlang/OTP.
== Goals
Cowboy aims to provide a complete HTTP stack in a small code base.
It is optimized for low latency and low memory usage, in part
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.
Cowboy is clean and well tested Erlang code.
== Online documentation
- https://ninenines.eu/docs/en/cowboy/2.6/guide[User guide]
- https://ninenines.eu/docs/en/cowboy/2.6/manual[Function reference]
== Offline documentation
- While still online, run
make docs
- User guide available in
doc/
in PDF and HTML formats - Function reference man pages available in
doc/man3/
anddoc/man7/
- Run
make install-docs
to install man pages on your system - Full documentation in Asciidoc available in
doc/src/
- Examples available in
examples/
== Getting help
- Official IRC Channel: #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!]