Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/biggaji/apigate
An API Gateway implementation
https://github.com/biggaji/apigate
Last synced: about 20 hours ago
JSON representation
An API Gateway implementation
- Host: GitHub
- URL: https://github.com/biggaji/apigate
- Owner: biggaji
- License: mit
- Created: 2023-11-15T11:48:55.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-05-19T09:42:07.000Z (6 months ago)
- Last Synced: 2024-05-19T10:35:37.331Z (6 months ago)
- Language: TypeScript
- Size: 1010 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# APIGate
An API Gateway implementation.## Definition:
An API gateway is an API management tool that sits between a client and a collection of backend services. An API gateway acts as a reverse proxy to accept all application programming interface (API) calls, aggregate the various services required to fulfill them, and return the appropriate result.## Development
I'm building mine from scratch. It will support:
- Caching
- Authentication & Authorization
- Rate limiting
- Logging
- It uses a custom config file: `gate-config.yml`Will update this README file when it's ready to roll out!
Thank you.