wasmer run wasmer/python-http-server
Sample Python HTTP Server with Wasmer
This is a sample repo for running a python based HTTP server on Wasmer Edge.
Follow the quickstart guide on Wasmer Docs
Running it locally
- Clone the repo
- Run it locally using the command below:
wasmer run . --net --env PORT=4333
Running it using wasmer registry
This package is published to wasmer registry as wasmer/python-http-server
You can try this locally.
wasmer run wasmer/python-http-server --net --env PORT=4333
This would start an http server on http://127.0.0.1:4333
Live on Wasmer Edge
App Info
> App Name: wasmer-python-http-server-worker
> App URL: https://wasmer-python-http-server-worker.wasmer.app