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

Realtime updates with WebSockets? #174

Open
hadiahmed098 opened this issue Aug 28, 2022 · 0 comments
Open

Realtime updates with WebSockets? #174

hadiahmed098 opened this issue Aug 28, 2022 · 0 comments
Labels
feature enhancement New features and functionality

Comments

@hadiahmed098
Copy link
Member

Use WebSockets to stream data from the server to the user while the user is actively looking at a page/table/etc. Since most of our communication is request/response, the client always sees fresh data on a new load.

If the underlying data is changed while the client is currently using it (for example, purchase details), the client may be acting on old information.

By allowing the server to push new data only when said data is changed, it can ensure a sync between the client and database.

This is a reach goal and has a practical value of very little. Not enough people use Boiler for this to be a problem, and basically 0 make changes to data while it is being looked at by a different client.

@hadiahmed098 hadiahmed098 added the feature enhancement New features and functionality label Aug 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature enhancement New features and functionality
Projects
None yet
Development

No branches or pull requests

1 participant