https://github.com/moleculer-java/moleculer-java-httpclient
Non-blocking, Promise-based HTTP client for Moleculer Applications
https://github.com/moleculer-java/moleculer-java-httpclient
http-client java microservice microservices moleculer non-blocking promises
Last synced: 10 days ago
JSON representation
Non-blocking, Promise-based HTTP client for Moleculer Applications
- Host: GitHub
- URL: https://github.com/moleculer-java/moleculer-java-httpclient
- Owner: moleculer-java
- License: mit
- Created: 2019-10-30T14:27:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-12T12:39:46.000Z (over 1 year ago)
- Last Synced: 2024-11-14T22:04:49.362Z (about 1 year ago)
- Topics: http-client, java, microservice, microservices, moleculer, non-blocking, promises
- Language: Java
- Homepage: https://moleculer-java.github.io/site/http-client.html
- Size: 132 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/moleculer-java/moleculer-java-httpclient)
[](https://www.codacy.com/manual/berkesa/moleculer-java-httpclient?utm_source=github.com&utm_medium=referral&utm_content=moleculer-java/moleculer-java-httpclient&utm_campaign=Badge_Grade)
[](https://codecov.io/gh/moleculer-java/moleculer-java-httpclient)
## Non-blocking HTTP client for Moleculer
The "moleculer-java-httpclient" is an asynchronous HTTP client API,
specially designed for Java-based Moleculer Ecosystem.
The client is suitable for handling large numbers of REST requests,
and it can receive WebSocket messages from a Netty/J2EE-based Moleculer application.
The built-in Heartbeat function automatically checks if a connection has been lost.
If a connection is lost, the client automatically rebuilds the connection.
## Documentation
[](https://moleculer-java.github.io/site/http-client.html)
## License
This project is available under the [MIT license](https://tldrlegal.com/license/mit-license).