Skip to content

wasmerio/python-http-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Clone the repo
  2. 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

Python Server

Live on Wasmer Edge

  App Info
> App Name: wasmer-python-http-server-worker
> App URL: https://wasmer-python-http-server-worker.wasmer.app

About

Sample Python HTTP server application for Wasmer Edge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages