A Cloudflare Worker rust script based on Durable Object(that is recently release for user in free plan). This expose an API which allow application to upload a file, that can be download with a code within 5 minutes.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Now include a frontend built with python marimo!!!
(mind me don't know much about js/css/html, so this is the best way for me to build a competent UI without AI, however due to it is implement in python, depend on the device, it can be very slow to startup)
Added basic websocket handling which allow the user to attach a websocket which the worker would announce when would the file removed from the server
Added logging with Cloudflare Observability
Simplify code logic
I know I have spent excessive amount of time than I should have... but bare with me! This is the first time I learn to use async rust, and the API provided by worker package from Cloudflare is not too well documented as it is a work in progress. This is what I have got now: