benhalverson
CDCloudflare Developers
•Created by decryptedchaos on 2/28/2025 in #workers-help
Is it possible to run a REST API with a worker?
Sure it's possible. Here's an example on how I used Cloudflare workers and d1, r2 and kv
https://github.com/benhalverson/3dprinter-farm/blob/main/src/controllers/filament.ts
https://github.com/benhalverson/3dprinter-farm/blob/main/src/index.ts
6 replies