Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phacman/micro-start-go
Simple microservice with native Go
https://github.com/phacman/micro-start-go
go golang microservice native
Last synced: about 6 hours ago
JSON representation
Simple microservice with native Go
- Host: GitHub
- URL: https://github.com/phacman/micro-start-go
- Owner: phacman
- Created: 2023-10-02T13:58:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-04T07:06:18.000Z (about 1 year ago)
- Last Synced: 2023-10-04T18:39:09.036Z (about 1 year ago)
- Topics: go, golang, microservice, native
- Language: Go
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Micro Start Go
Simple microservice with native Go.
Based on `golang:1.20-buster`. Built image: `28.5 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)
- Python Native: [micro-start-python](https://github.com/phacman/micro-start-python)
- PHP Native: [micro-start-php](https://github.com/phacman/micro-start-php)