FileShare

FileShare

5 devlogs
9h 29m
•  Ship certified
Created by iau

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)

Timeline

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)

Update attachment

Ship 1

1 payout of shell 54.0 shells

iau

7 months ago

iau 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
iau
iau
1h 25m 7 months ago

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
iau
iau
4h 19m 7 months ago

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