Skip to content

Commit

Permalink
CGI
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Dec 28, 2023
1 parent 2490340 commit 576c249
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,19 @@ alphabetically.
| Adapter | About |
| --- | --- |
| [Mist][mist] | [Mist][mist] is a high performance pure Gleam HTTP 1.1 server |
| [cgi][cgi] | [cgi][cgi] is a adapter for the Common Gateway Interface. |
| [gleam_cowboy][cowboy-adapter] | [Cowboy][cowboy] is an Erlang HTTP2 & HTTP1.1 web server |
| [gleam_elli][elli-adapter] | [Elli][elli] is an Erlang HTTP1.1 web server |
| [gleam_plug][plug-adapter] | [Plug][plug] is an Elixir web application interface |

[cowboy]:https://github.com/ninenines/cowboy
[cgi]: https://github.com/lpil/cgi
[cowboy-adapter]: https://github.com/gleam-lang/cowboy
[elli]:https://github.com/elli-lib/elli
[cowboy]:https://github.com/ninenines/cowboy
[elli-adapter]: https://github.com/gleam-lang/elli
[plug]:https://github.com/elixir-plug/plug
[plug-adapter]: https://github.com/gleam-lang/plug
[elli]:https://github.com/elli-lib/elli
[mist]: https://github.com/rawhat/mist
[plug-adapter]: https://github.com/gleam-lang/plug
[plug]:https://github.com/elixir-plug/plug

## Client adapters

Expand Down

0 comments on commit 576c249

Please sign in to comment.