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

https://github.com/moleculer-java/moleculer-java-web

Java implementation of the API Gateway service for Moleculer framework
https://github.com/moleculer-java/moleculer-java-web

api-gateway http-server j2ee java microservices moleculer netty rest servlet

Last synced: 10 days ago
JSON representation

Java implementation of the API Gateway service for Moleculer framework

Awesome Lists containing this project

README

          

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/409fc5fe713e46d5bce3fa7c7452931a)](https://www.codacy.com/app/berkesa/moleculer-java-web?utm_source=github.com&utm_medium=referral&utm_content=moleculer-java/moleculer-java-web&utm_campaign=Badge_Grade)
[![codecov](https://codecov.io/gh/moleculer-java/moleculer-java-web/branch/master/graph/badge.svg)](https://codecov.io/gh/moleculer-java/moleculer-java-web)

# Moleculer API Gateway

Moleculer API Gateway is a `Service` that makes other Moleculer `Services` available through REST.
It allows to create high-performance, non-blocking, distributed web applications.
Web request processing can be fine tuned using server-independent middlewares.
Moleculer API Gateway provides full support for high-load **React**, **Angular** or **VueJS** applications.

## Documentation

[![Documentation](https://raw.githubusercontent.com/moleculer-java/site/master/docs/docs-button.png)](https://moleculer-java.github.io/site/moleculer-web.html)

## License

Moleculer API Gateway is available under the [MIT license](https://tldrlegal.com/license/mit-license).