roxy-backend 0.1.0

Backend implementations for Roxy RPC proxy
1
2
3
4
5
6
7
8
9
10
11
12
# Backend for Roxy

[![Crates.io](https://img.shields.io/crates/v/roxy-backend.svg)](https://crates.io/crates/roxy-backend)
[![Docs.rs](https://docs.rs/roxy-backend/badge.svg)](https://docs.rs/roxy-backend)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

HTTP backend implementations with EMA-based health tracking, load balancing,
connection state machines, and failover support for upstream RPC nodes.

## License

This project is licensed under the MIT License - see the [LICENSE](../../LICENSE) file for details.