Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Websocket API #27

Open
cpfiffer opened this issue Feb 21, 2024 · 0 comments
Open

Websocket API #27

cpfiffer opened this issue Feb 21, 2024 · 0 comments
Milestone

Comments

@cpfiffer
Copy link
Collaborator

Need to be able to send stuff over websockets. This might be a good candidate for the beta but not the alpha, since websockets are kinda hard and will require some structural changes.

The way I want to use websockets:

  • Handle live and shared streams. Users should all be able to subscribe to the same websocket so that they can collaboratively edit the brain buffer in real time. Similarly, if a user is on the live feed, they should be able to watch a stream of live thoughts autoscroll.
  • Send misc thoughts from cominds to the user asynchronously, i.e. thoughts on the user's current context, etc.
  • Notifications. Currently we can do this via REST with a timer or something, but it'd be nice to be able to make things a little more robust.
@cpfiffer cpfiffer added this to the beta milestone Feb 21, 2024
@cpfiffer cpfiffer changed the title Websocket server API Websocket API Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant