You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 14, 2021. It is now read-only.
Web console is now refreshing itself in pre-defined time intervals. This can be even enhanced (with graceful degradation to current behaviour) by utilising some modern 'push' or 'comet' approaches, where server is pro-actively notifying browser about changes in application states.
Target of this enhancement is to enhance web console page to be 'live' using 'push' notifications from server.
Consider using websockets or other features of HTML5.
Web console is now refreshing itself in pre-defined time intervals. This can be even enhanced (with graceful degradation to current behaviour) by utilising some modern 'push' or 'comet' approaches, where server is pro-actively notifying browser about changes in application states.
Target of this enhancement is to enhance web console page to be 'live' using 'push' notifications from server.
Consider using websockets or other features of HTML5.