Command Palette

Search for a command to run...

happyuser2004/echo-server
Public
wasmer run happyuser2004/echo-server

Echo Server

Echo server that returns full HTTP request information as JSON on any request.

Run locally

python -m venv .env
source .env/bin/activate  # Windows: .env\Scripts\activate
pip install flask
python -m flask --app src/main run --host 0.0.0.0 --port 8000

Deploy to Wasmer Edge

wasmer deploy

Echo server - returns full HTTP request info as JSON