0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Improve the Cowboy definition in the README

This commit is contained in:
Loïc Hoguin 2011-09-13 23:10:41 +02:00
parent 55ba8dc4da
commit 961526d704

View file

@ -3,6 +3,9 @@ Cowboy
Cowboy is a small, fast and modular HTTP server written in Erlang. 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.
Goals Goals
----- -----