New resumability approach: durablefetch
#6711
remorses
started this conversation in
Show and tell
Replies: 1 comment
-
@lgrammel what do you think of this approach? this removes the need to host Redis for the user, you could even add this capability directly in the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have been thinking about new simpler way to add resumability to any existing chat interface:
I implemented this idea using Cloudflare Durable Objects and put the code here: durablefetch
I also implemented a demo on github here
You can already try the approach in this demo website
Here is how a simple AI chat is implemented with this approach:
Beta Was this translation helpful? Give feedback.
All reactions