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

Make prodsys more real-time using websockets. #129

Open
haakenlid opened this issue Dec 21, 2018 · 0 comments
Open

Make prodsys more real-time using websockets. #129

haakenlid opened this issue Dec 21, 2018 · 0 comments
Assignees

Comments

@haakenlid
Copy link
Member

Currently prodsys data is only pulled when the client actively sends requests to the api. Look into if this causes problems if people try to work on the same story at the same time.

Maybe just expose a single event stream on a websocket, that includes patches, or just id / timestamps, so that the client can know which content is stale and must be reloaded with a get request to the api.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants