We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9e9ed1 commit 55d26a5Copy full SHA for 55d26a5
README.md
@@ -28,3 +28,13 @@ pub fn start() {
28
elli.start(my_service, on_port: 3000)
29
}
30
```
31
+
32
+In the example above the Elli Erlang web server is used to run the Gleam HTTP
33
+service. Here's a full list of the adapters available:
34
35
+| Adapter | About |
36
+| --- | --- |
37
+| [Elli][elli-adapter] | [Elli][elli] is a HTTP1.1 web server written in Erlang |
38
39
+[elli]:https://github.com/elli-lib/elli
40
+[elli-adapter]: https://github.com/gleam-experiments/elli
0 commit comments