GitHunt
GL

gleam-lang/example-echo-server

๐Ÿ”— An example Gleam web application

Echo

A tiny echo server written in Gleam! It'll reply with any body posted to
/echo.

More importantly it's also an example web application written in the
Gleam programming language!

Run

# Start the web server locally
gleam run

# Send a request to the server
curl -X POST -d 'Hello, Gleam!' http://localhost:3000/echo

Languages

Gleam92.9%Dockerfile7.1%

Contributors

Apache License 2.0
Created March 23, 2019
Updated December 14, 2025
gleam-lang/example-echo-server | GitHunt