https://github.com/n0-computer/iroh-discovery-cloudflare-worker
A rust cloudflare worker that supports the pkarr relay format
https://github.com/n0-computer/iroh-discovery-cloudflare-worker
Last synced: about 1 year ago
JSON representation
A rust cloudflare worker that supports the pkarr relay format
- Host: GitHub
- URL: https://github.com/n0-computer/iroh-discovery-cloudflare-worker
- Owner: n0-computer
- License: apache-2.0
- Created: 2023-10-18T15:36:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-18T15:44:59.000Z (over 2 years ago)
- Last Synced: 2025-04-28T16:09:17.437Z (about 1 year ago)
- Language: Rust
- Size: 11.7 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
- awesome-pubky - iroh-discovery-cloudflare-worker - computer/iroh-discovery-cloudflare-worker.svg?style=social) - A Rust Cloudflare Worker that implements the pkarr relay format, by the n0/iroh team (Uncategorized / Uncategorized)
README
# Iroh discovery cloudflare worker
This is a cloudflare worker that implements the pkarr relay interface from https://github.com/Nuhvi/pkarr .
Source code is adapted from https://github.com/damianesteban/cloudflare-workers-rust-crud-api .
# Requirements
wrangler tool from cloudflare https://developers.cloudflare.com/workers/wrangler/install-and-update/
# Usage
```
npx wrangler login # log in to cloudflare
npx wrangler dev # local development
npx wrangler deploy # deploy to a domain
```