46 lines
2.1 KiB
Markdown
46 lines
2.1 KiB
Markdown
<p align="center">
|
|
<a href="https://radiusproxy.app">
|
|
<img src="public/favicon.png" alt="Radius logo" width="150">
|
|
</a>
|
|
</p>
|
|
|
|
# [Radius](https://radiusproxy.app)
|
|

|
|

|
|

|
|
|
|
Radius is a simple and clean web proxy designed for speed and ease-of-use, made in Astro.
|
|
|
|
Join the [Discord!](https://discord.gg/cCfytCX6Sv) (Or [TitaniumNetwork's](https://discord.gg/unblock))
|
|
|
|
## How to support Radius
|
|
You can donate at https://hcb.hackclub.com/donations/start/radius
|
|
|
|
If you can't donate, tell your friends about Radius!
|
|
|
|
## Tech Stack
|
|
[Astro](https://astro.build) - Server-side rendering and static site generation<br>
|
|
[Fastify](https://fastify.dev) - HTTP server <br>
|
|
[Vite](https://vite.dev) - Build system <br>
|
|
[TailwindCSS](https://tailwindcss.com) - CSS framework <br>
|
|
[Ultraviolet](https://github.com/titaniumnetwork-dev/Ultraviolet) - Web proxy <br>
|
|
[Scramjet](https://github.com/MercuryWorkshop/Scramjet) - Web proxy <br>
|
|
[wisp-server-node](https://github.com/MercuryWorkshop/wisp-server-node) - Wisp server in Node.js <br>
|
|
[bare-mux](https://github.com/MercuryWorkshop/bare-mux) - Modular implementation of the Bare client interface <br>
|
|
[EpoxyTransport](https://github.com/MercuryWorkshop/EpoxyTransport) Bare-mux transport using epoxy-tls <br>
|
|
[CurlTransport](https://github.com/MercuryWorkshop/CurlTransport) Bare-mux transport using libcurl.js <br>
|
|
|
|
# Setup
|
|
```bash
|
|
git clone https://github.com/RadiusProxy/Radius
|
|
cd Radius
|
|
pnpm i
|
|
pnpm bstart
|
|
```
|
|
Radius will run on port 8080 by default, or 4321 for a dev environment (`pnpm dev`).
|
|
|
|
# Credits
|
|
[Owski](https://github.com/unretain) - Owner <br>
|
|
[proudparrot2](https://github.com/proudparrot2) - Founder and original dev <br>
|
|
[MotorTruck1221](https://github.com/motortruck1221) - Astro rewrite and lead dev <br>
|
|
[All of the contributors!](https://github.com/RadiusProxy/Radius/graphs/contributors)
|