Cowboy

用于Erlang/OTP的小型、快速、现代的HTTP服务器。(Small, fast, modern HTTP server for Erlang/OTP.)

Github星跟蹤圖

Cowboy 是一款用于Erlang/OTP的小型、快速和现代的HTTP服务器。

Cowboy 旨在提供一个完整的HTTP堆栈在一个小的代码库。 它针对低延迟和低内存使用进行了优化,部分原因是它使用二进制字符串。
Cowboy 提供路由功能,有选择地将请求发送到Erlang编写的处理程序。
因为它使用 Ranch 来管理连接,所以Cowboy可以很容易地被嵌入到任何其他应用程序中。
Cowboy 是干净、测试良好的Erlang代码。

概覽

名稱與所有者ninenines/cowboy
主編程語言Erlang
編程語言Makefile (語言數: 3)
平台
許可證ISC License
發布數53
最新版本名稱2.12.0 (發布於 2024-03-14 15:59:46)
第一版名稱0.2.0 (發布於 )
創建於2011-03-09 19:55:52
推送於2024-04-19 13:37:49
最后一次提交2024-04-05 22:08:59
星數7.2k
關注者數295
派生數1.2k
提交數2.1k
已啟用問題?
問題數1130
打開的問題數53
拉請求數178
打開的拉請求數14
關閉的拉請求數307
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?

= 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

== 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/ and doc/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

去到頂部