gleam-lang / example-echo-server

πŸ”— An example Gleam web application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:Gleam 94.2%Language:Dockerfile 5.8%