/micro-start-python

Simple microservice with native Python and SimpleHTTPRequestHandler

Primary LanguagePython

Micro Start Python

Simple microservice with native Python.

Feature: uses SimpleHTTPRequestHandler

Based on python:3.11-alpine3.18. Built image: 62.9 MB;

# run this command to start
make d-up

URL addresses

  • main page: /
  • simple api: /api
  • static file: /download/some.txt

Just click on the logo to download a static file.

img.png

Analogs