https://github.com/phacman/micro-start-python
Simple microservice with native Python and SimpleHTTPRequestHandler
https://github.com/phacman/micro-start-python
microservice native python simplehttprequesthandler
Last synced: 11 months ago
JSON representation
Simple microservice with native Python and SimpleHTTPRequestHandler
- Host: GitHub
- URL: https://github.com/phacman/micro-start-python
- Owner: phacman
- Created: 2023-10-04T04:52:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-04T07:07:37.000Z (over 2 years ago)
- Last Synced: 2024-12-25T17:09:55.354Z (over 1 year ago)
- Topics: microservice, native, python, simplehttprequesthandler
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Micro Start Python
Simple microservice with native Python.
> Feature: uses SimpleHTTPRequestHandler
Based on `python:3.11-alpine3.18`. Built image: `62.9 MB`;
```shell
# 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.

## Analogs
- Node.js Vanilla: [micro-start-node](https://github.com/phacman/micro-start-node)
- Golang Native: [micro-start-go](https://github.com/phacman/micro-start-go)
- PHP Native: [micro-start-php](https://github.com/phacman/micro-start-php)