https://github.com/pmalek/goplayproxy-rs
Go Playground proxy written in Rust
https://github.com/pmalek/goplayproxy-rs
golang proxy rust
Last synced: 3 months ago
JSON representation
Go Playground proxy written in Rust
- Host: GitHub
- URL: https://github.com/pmalek/goplayproxy-rs
- Owner: pmalek
- License: gpl-3.0
- Created: 2025-01-12T14:22:29.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-02-27T11:31:40.000Z (3 months ago)
- Last Synced: 2025-03-01T03:34:01.678Z (3 months ago)
- Topics: golang, proxy, rust
- Language: Rust
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# goplayproxy-rs
This project is a simple [Go Playground][goplay] proxy written in [Rust].
It uses Cloudflare's [workers-rs][cf_workers_repo] ([more info][cf_workers_docs]).
For more technical details on Go Playground, see [this blog post by the Go team][goplay_blog].
[rust]: https://www.rust-lang.org/
[goplay]: https://go.dev/play/
[goplay_blog]: https://go.dev/blog/playground
[cf_workers_docs]: https://developers.cloudflare.com/workers/languages/rust
[cf_workers_repo]: https://github.com/cloudflare/workers-rs## How to deploy
```
make deploy
```## How to run
### Locally
```
make run
```