Skip to content

Commit

Permalink
Note version
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Nov 12, 2023
1 parent 808a46f commit a963f37
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ In the example above the Elli Erlang web server is used to run the Gleam HTTP
service. Here's a full list of the server adapters available, sorted
alphabetically.

| Adapter | About |
| --- | --- |
| [Mist][mist] | [Mist][mist] is a high performance pure Gleam web server |
| [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 |
| Adapter | About |
| --- | --- |
| [Mist][mist] | [Mist][mist] is a high performance pure Gleam HTTP 1.1 server |
| [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
[cowboy-adapter]: https://github.com/gleam-lang/cowboy
Expand Down

0 comments on commit a963f37

Please sign in to comment.