Skip to content

alexander-grube/example-echo-server

 
 

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

About

🔗 An example Gleam web application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Gleam 94.2%
  • Dockerfile 5.8%