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

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

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/moleculer-java/moleculer-java-httpclient.svg?branch=master)](https://travis-ci.org/moleculer-java/moleculer-java-httpclient)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/407240ec7ee34a70bc4d5eb4517273fd)](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)
[![codecov](https://codecov.io/gh/moleculer-java/moleculer-java-httpclient/branch/master/graph/badge.svg)](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

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

## License

This project is available under the [MIT license](https://tldrlegal.com/license/mit-license).