Add : NGINX / GO / LOAD BALANCER

Signed-off-by: Zakir <coderzakir44@gmail.com>
This commit is contained in:
Zakir 2022-12-18 12:16:37 +07:00
parent 6f15838d24
commit 1e08463da4
2 changed files with 6 additions and 1 deletions

View File

@ -49,7 +49,7 @@ application with a Rust backend and a Postgres database.&nbsp;<a href="react-rus
- [`React / Nginx`](react-nginx) - Sample React application with Nginx.&nbsp;<a href="react-nginx"><img src="icon_devenvs.svg" alt="Use with Docker Dev Environments" height="30" align="top"/></a>
- [`Spring / PostgreSQL`](spring-postgres) - Sample Java application
with Spring framework and a Postgres database.&nbsp;<a href="spring-postgres"><img src="icon_devenvs.svg" alt="Use with Docker Dev Environments" height="30" align="top"/></a>
- [`NGINX / GO / LOAD BALANCER`](nginx-go-loadbalancer) - Sample Golang implement NGINX + Loadbalancer
## Single service samples
<a href="https://docs.docker.com/desktop/dev-environments/"><img src="icon_devenvs.svg" alt="Use with Docker Dev Environments" height="30" align="top"/></a> Icon indicates Sample is compatible with [Docker Dev Environments](https://docs.docker.com/desktop/dev-environments/) in Docker Desktop version 4.10 or later.

View File

@ -0,0 +1,5 @@
# Simple Nginx + Load Balancing implement Golang
The repository
[Nginx + Go + Load Balancing](https://github.com/zakirkun/try-go-nginx-loadbalancer)