roxy-server 0.1.0

HTTP/WebSocket server for Roxy RPC proxy
1
2
3
4
5
6
7
8
9
10
11
12
# Server for Roxy

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

HTTP and WebSocket server implementations with metrics, connection tracking,
subscription management, and axum-based request handling.

## License

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