example-echo-server
example-echo-server copied to clipboard
🔗 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