FileShare

FileShare

4 devlogs
7h 25m

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.

Timeline

Ship 1

0 payouts of shell 0 shells

i-am-unknown-81514525

9 days ago

i-am-unknown-81514525 Covers 4 devlogs and 7h 25m

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)

Update attachment

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

Update attachment

Added logging with Cloudflare Observability
Simplify code logic

Update attachment

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:

Update attachment