-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Real time fetch and show #2287
Comments
Some of the pages use Vue to display dynamic content. The improvement of api and the related documentation is the first step and we are going in that direction but we try to keep in mind that some folk disable JS and gitea should still be usable in those cases. |
I think it should be done using websockets just like github is doing it with notification and link "Refresh" |
Websockets would be great for two way communication for stuffs like updating the notification counter/badge, pulling the latest comments etc. |
Anyone here tried having 10000 websockets open to the same server? EDIT: My point being, use long-polling with ETAGs instead... it's usually much faster |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions. |
Currently i guess there is no ajax technology used for fetch and show things specifically in issues comment system and notifications which can reduce the load of refresh and will be more real time instead. Means, that i no need to refresh to know that some one commented on the issue or i have notifications for action.
There could be other areas which also can have this feature for usability and better productivity.
Any thoughts?
The text was updated successfully, but these errors were encountered: