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
- Host: GitHub
- URL: https://github.com/moleculer-java/moleculer-java-web
- Owner: moleculer-java
- License: mit
- Created: 2018-03-08T09:53:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-11T14:42:38.000Z (12 months ago)
- Last Synced: 2025-02-11T15:37:05.431Z (12 months ago)
- Topics: api-gateway, http-server, j2ee, java, microservices, moleculer, netty, rest, servlet
- Language: Java
- Homepage: https://moleculer-java.github.io/site/moleculer-web.html
- Size: 8.21 MB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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)
[](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
[](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).