Inspired by this, how easy is it to deploy
@solid_js inside a Durable Object?
Spent a couple hours on this last night. Spoiler: Not that hard actually.
Thanks to the pluggable architecture of Solid all the primitives you need are easily hackable.
Progress: Today I got Remix working _inside_ a durable object, with sessions powered by the same.
- Globally distributed session store!
- Every human gets a dedicated _stateful_ compute+storage container located near them.
Super low latency, it’s all served “locally”. Next I’ll wire up websockets to this.
This also gives me a foundation to explore how to locate some data fetching objects close to the data sources. Curious to see what I learn.