Skip to content

ORESoftware/gleam.echo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published