This project is to implement the same requirement in different languages and/or frameworks.
They are used for comparing difficulties in these languages.
- Start a Webserver.
- Serve at
http://127.0.0.1:8423/v2rayn_to_clash?from={upstream_url}
- On each request, fetch
upstream_url
as V2rayN subscription, translate it into clash outfile, and response with it. - All others are undefined behavior. Check other cases? At implementer's wish.
So far included:
- Python + Flask + Requests
- Go + gin
- Rust + tokio + hyper + reqwest
- Rust + actix-web
- Ponylang
GPLv3+