https://github.com/georgeboot/awesome-cloud-scanner
A proof of concept for a 100% serverless QR scanner that only grants 1 scan per code, without any race conditions.
https://github.com/georgeboot/awesome-cloud-scanner
List: awesome-cloud-scanner
cloudflare cloudflare-workers durable-objects serverless
Last synced: about 2 months ago
JSON representation
A proof of concept for a 100% serverless QR scanner that only grants 1 scan per code, without any race conditions.
- Host: GitHub
- URL: https://github.com/georgeboot/awesome-cloud-scanner
- Owner: georgeboot
- Created: 2021-10-12T09:02:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-13T11:55:55.000Z (over 4 years ago)
- Last Synced: 2025-11-05T22:01:59.105Z (7 months ago)
- Topics: cloudflare, cloudflare-workers, durable-objects, serverless
- Language: JavaScript
- Homepage: https://awesome-cloud-scanner.pages.dev/
- Size: 69.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Awesome Cloud Scanner
This project was specificly crafted for the [Cloudflare Developer
Summer Challenge](https://challenge.developers.cloudflare.com/).
It is a proof of concept which uses the following techniques:
- Cloudflare Pages
- Cloudflare Workers
- Cloudflare Workers Durable Objects
It is a simple QR code scanner that will only allow **one** scan per unique code. If you scan it for the 2nd time – from anywhere in the world at any point in time – it will result in a red screen.