Skip to content

Commit 55d26a5

Browse files
committed
Note adapters
1 parent c9e9ed1 commit 55d26a5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,13 @@ pub fn start() {
2828
elli.start(my_service, on_port: 3000)
2929
}
3030
```
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

Comments
 (0)