An open API service indexing awesome lists of open source software.

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.

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.