example echo server
1.0.0
用閃光寫的小型迴聲服務器!它將使用發佈到/echo的任何屍體回复。
更重要的是,這也是用Gleam編程語言編寫的示例Web應用程序!
# Start the web server locally
gleam run
# Send a request to the server
curl -X POST -d ' Hello, Gleam! ' http://localhost:3000/echo