Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Go HTTP Server

Features:

- Containerization
- Hot reload
- HTTP API

Uses:

- [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.