Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 6 hours 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-04T07:07:37.000Z (about 1 year ago)
- Last Synced: 2023-10-04T16:41:09.318Z (about 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.
![img.png](img.png)
## 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)