taxy-0.1.0 is not a library.
Visit the last successful build:
taxy-0.3.40
Taxy
A TCP reverse proxy with a user-friendly WebUI.
Overview
- Written in Rust for performance and safety
- Intuitive and user-friendly WebUI for easy configuration
- Live configuration updates without restarting the service
Installation
To build the Taxy binary, ensure that you have the Rust toolchain installed.
Once you have successfully built and started taxy, you can access the admin panel at http://localhost:46492/.
From crates.io
The package on crates.io contains the WebUI as a static asset, so you don't need to build it yourself.
Install "Taxy" using Cargo:
From git
To build the Web UI, make sure you have Node.js installed on your system.
Clone the repository and install the package:
Development
To contribute or develop Taxy, follow these steps:
# Clone the repository
# Start the server
# In a separate terminal, start Vite for the WebUI