Hey does anyone have some creative ideas of how to get Convex to make use of websocket streaming? This would be a cool feature to add overall.
Example: I'm working on a stock market app, and the API I use provides REST and websockets. Obviously websockets would be a lot cooler and play extremely well with Convex' reactivity. BUT... functions are limited to 15 minutes.
I guess I could re-establish a connection every 15 minutes but this feels kinda unncessary.