Please sign in to access this page
A Cloudflare Worker rust script based on Durable Object (that is recently released for user in the free plan). This exposes an API which allows the application to upload a file that can be downloaded with a code within 5 minutes. (Note that upload restriction applied)
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!
As requested for certification, where Python Notebook is not allowed for shipping, I add another version of demonstration written within a single HTML file (which is also a pain btw)
Ship 1
1 payout of
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: