title | layout |
---|---|
Example projects |
page |
When learning a new language it can often be useful to have example code to refer to and learn from, so here are some examples:
A tiny echo server that will reply with any data posted to /echo
.
Uses the Gleam HTTP library with the Elli web server adapter.
A collection of modules for working with the common data structures of Gleam.
The Gleam Experiments GitHub organisation is home to many useful libraries for use in Gleam projects such as OTP bindings, database clients, and lazy data structures.