Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsar-boomba/motorx
A reverse-proxy in pure rust
https://github.com/tsar-boomba/motorx
http reverse-proxy rust server
Last synced: 2 days ago
JSON representation
A reverse-proxy in pure rust
- Host: GitHub
- URL: https://github.com/tsar-boomba/motorx
- Owner: tsar-boomba
- License: apache-2.0
- Created: 2022-12-11T07:47:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-08T05:09:16.000Z (10 days ago)
- Last Synced: 2024-11-08T05:31:26.579Z (10 days ago)
- Topics: http, reverse-proxy, rust, server
- Language: Rust
- Homepage:
- Size: 2.98 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Motorx
## A reverse-proxy in pure rust
## Features
- Robust configuration & request filtering
- Caching
- Wasm/wasi through wasmedge## Usage
### Binary
Binaries for popular platforms are built for every release. You can install them with `cargo binstall` ([repo](https://github.com/cargo-bins/cargo-binstall)), `cargo install`, or on [the releases page](https://github.com/tsar-boomba/motorx/releases).
### Docker Image
Docker images are pushed to the [Docker Hub repository](https://hub.docker.com/repository/docker/igamble/motorx/general) on every release. If you would like to support more images, please open a pull request.
## motorx-core
Build your own binary
### Crate Features
- `tracing`: Emit log information through `tracing` crate
- `serde-config`: Implements `serde::Deserialize` for config structs
- `tls`: Adds tls support through `rustls` (not yet tested)
- `wasm`: no-default-features only, allows compilation for wasm32-wasi and running in wasmedge## Contributing
From v0.1.0 motorx uses [conventional commits 1.0.0](https://www.conventionalcommits.org/en/v1.0.0/).
## License
Both `motorx` and `motorx-core` are licensed under the [MIT](LICENSE-MIT) or [Apache 2.0](LICENSE-APACHE) license