Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lundjrl/go-http-server
A simple http server written in GO
https://github.com/lundjrl/go-http-server
docker go golang http http-server
Last synced: about 1 month ago
JSON representation
A simple http server written in GO
- Host: GitHub
- URL: https://github.com/lundjrl/go-http-server
- Owner: lundjrl
- Created: 2024-08-01T11:36:30.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T13:18:44.000Z (5 months ago)
- Last Synced: 2024-09-16T05:55:44.234Z (4 months ago)
- Topics: docker, go, golang, http, http-server
- Language: Go
- Homepage:
- Size: 14.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go HTTP Server
Features:
- Containerization
- Hot reload
- HTTP APIUses:
- [Docker](https://www.docker.com/)
- [CompileDaemon](https://github.com/githubnemo/CompileDaemon)## Setup
1. Make sure docker is installed on your machine.
2. Run `docker compose build` to build the service.
3. Run `docker compose up` to start the server.
4. (optional) You can just use `docker compose up` when starting from scratch to initially build the service.