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

https://github.com/mohammadmghi/simple-api-gateway-golang

This is a simple golang Api gateway
https://github.com/mohammadmghi/simple-api-gateway-golang

gateway gateway-api golang-library

Last synced: about 2 months ago
JSON representation

This is a simple golang Api gateway

Awesome Lists containing this project

README

          

# Simple-api-gateway-golang
This is a simple golang Api gateway

## Trace your request
In this gateway you can trace your request by correlation_id and causation_id

## Gateway can insert relevant data to database

Connecting gateway to mysql db is essential

## Load Balancing

This gateway supported the round robin algorithm for distributing incoming request among the nodes

I puted servers.json file in the root of project you can easily config base on your requirements