Real-time feeds within the frame #175
Closed
adamunchained
started this conversation in
FIP Stage 1: Ideas
Replies: 2 comments 1 reply
-
I generally agree with this as being the biggest limitation of frames. @horsefacts is thinking through some ideas around this |
Beta Was this translation helpful? Give feedback.
1 reply
-
This should now be feasible with the new mini-app architecture |
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
-
Title: Real-time feeds within the frame
Author: @adam_unchained
Overview
I’m new to Farcaster so be patient with me please. I love what you’re doing, especially with frames and it reminded me of a solution that I’ve built in the past. Since this is still in an idea stage I’ll keep this more high level.
Frame provides a great way to present dynamic data upon user's interaction. It’s great for basic functions but more modern widgets / applications require real-time updates. Stream of new information without user action such as charts, tickers and especially games. This is a significantly limiting factor to deliver the next stage of frames.
Frames being presented as images is smart. It provides necessary security and it’s a key design that should persist even for real time. Add ability for the developer to specify web-socket for real-time updates. Developer feeds new images over the web-socket. Images can be pushed down to one second ideally.
Users will see a new “live” label or similar to indicate this is a real-time frame. User receives a live stream as long as the frame is presented within the visible area of a client.
This coupled with my other proposal #174 would completely change how users are able to interact with frames.
Details
Challenges
Beta Was this translation helpful? Give feedback.
All reactions