Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 360 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 360 Bytes

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