Skip to content
forked from ninenines/cowboy

Small, fast, modern HTTP server for Erlang/OTP.

License

Notifications You must be signed in to change notification settings

jdalberg/cowboy

This branch is 751 commits behind ninenines/cowboy:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e5a8088 · Jan 4, 2017
Jan 4, 2017
Jan 3, 2017
Aug 22, 2016
Jan 4, 2017
Jan 4, 2017
Jan 14, 2016
May 25, 2016
Oct 4, 2014
Nov 16, 2015
Jan 2, 2017
Jan 2, 2017
Jan 2, 2017
Jan 2, 2017
Dec 28, 2016
Jan 3, 2017

Repository files navigation

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

About

Small, fast, modern HTTP server for Erlang/OTP.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Erlang 99.4%
  • Other 0.6%