Skip to content

ajit555db/apigate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API gateway demo

API gateway acts as a reverse proxy, routing API requests from clients to services. Usually it also performs authentication and rate limiting, so the services behind the gate don't have to.

This demo is based on a dummy Traveling project where we have services to rent a car and book a hotel. Check out short tutorials:

About

API gateway examples (Traefik, Ambassador, Envoy).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 78.9%
  • Dockerfile 16.1%
  • Makefile 5.0%