Tweet by appfactory

June 4, 2025

I'm building a cloud-based text editor on top of Cloudflare's containers. The container runs a HTTP server that allows me to modify files inside of it. My editor, which is @RedwoodJS, interacts with this node-based process in order to modify the file system in the container. I cannot tell you how many times I've wished that I could just use RedwoodSDK instead of this node HTTP interface. I do wish workers could access the file system. It would make my life so much easier. And I get why they can't. It's not a valid use case!

Author
appfactory
Date
June 4, 2025