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