-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Remove AJAX from the front end and replace with Socket Sessions. This improves the room for scalability as well as reducing the number of requests per seconds when a client is connected for the server. Instead, a client only updated when a new event is triggered.
There is obviously some intermediary polling between the client and server however this is negligible in comparison to sending new data across each time.