YC W23, SR002
GitHub: github.com/rivet-gg/act...
Clip: www.youtube.com/clip/UgkxawK...
Thx @jross.me for surfacing the clip
GitHub: github.com/rivet-gg/act...
Clip: www.youtube.com/clip/UgkxawK...
Thx @jross.me for surfacing the clip
If you're curious about Durable Objects but not the complexity:
ActorCore.org has been my obsession for the past month to make DO as simple as possible
Example code & GitHub below ⬇️
If you're curious about Durable Objects but not the complexity:
ActorCore.org has been my obsession for the past month to make DO as simple as possible
Example code & GitHub below ⬇️
$ cargo add actor-core-client
It's:
✅ stupid fast
✅ runs anywhere
✅ ready to ship
Check out the docs & repo 🧵
$ cargo add actor-core-client
It's:
✅ stupid fast
✅ runs anywhere
✅ ready to ship
Check out the docs & repo 🧵
✅ pure functions, no more `extends Actor`
✅ split actors x-file
✅ short & fun to write
try this thing and tell me it's not the best way to write realtime apps
✅ pure functions, no more `extends Actor`
✅ split actors x-file
✅ short & fun to write
try this thing and tell me it's not the best way to write realtime apps
create your first stateful, scalable, realtime actor with:
$ npx create-actor@latest
create your first stateful, scalable, realtime actor with:
$ npx create-actor@latest
give it a read + an upvote!
news.ycombinator.com
give it a read + an upvote!
news.ycombinator.com
by far our most requested feature: ActorCore now exposes `createRouter` to let you quickly include ActorCore in existing projects
plus: exposed driver API, new topology, and loads of new docs. github & changelog below 🧵
by far our most requested feature: ActorCore now exposes `createRouter` to let you quickly include ActorCore in existing projects
plus: exposed driver API, new topology, and loads of new docs. github & changelog below 🧵
+ Smart search/replace w/o explicit files
+ Smart auto-architect/ask switching
- No auto-lint/test
- No explicit fs scope (aka /add)
- No web crawling
- Buggy 1.0 UI
- No vim bindings
+ Smart search/replace w/o explicit files
+ Smart auto-architect/ask switching
- No auto-lint/test
- No explicit fs scope (aka /add)
- No web crawling
- Buggy 1.0 UI
- No vim bindings
what do you want to see us ship next? what features do think Durable Objects should include by default?
github.com/rivet-gg/act...
what do you want to see us ship next? what features do think Durable Objects should include by default?
github.com/rivet-gg/act...
using P2P gaming techniques
this was wicked fun to build, so here's a quick breakdown
diagram – link.excalidraw.com/readonly/0gq...
source – github.com/rivet-gg/act...
using P2P gaming techniques
this was wicked fun to build, so here's a quick breakdown
diagram – link.excalidraw.com/readonly/0gq...
source – github.com/rivet-gg/act...
build scalable collaborative apps, realtime backends, and ai agents easily
and holy moly Bun runs ~2x faster than Node.js (benchmarks below ⬇️)
build scalable collaborative apps, realtime backends, and ai agents easily
and holy moly Bun runs ~2x faster than Node.js (benchmarks below ⬇️)
i've been trying to take it a step further with some stuff i'm working on, here's a similar demo
i've been trying to take it a step further with some stuff i'm working on, here's a similar demo