A scalable API gateway with dynamic plugin architecture supporting Node.js and Spring Boot plugins.
- Dynamic plugin loading at runtime
- Multiple registry backends (DB, Consul, GitHub)
- Spring Boot plugin support
- Docker-compose ready deployment
- Clone the repository
- Run
docker-compose up --build - Access gateway at
http://localhost:8080
See spring-plugins/ for examples of Spring Boot plugins.