Push technology support
WebLOAD supports applications using push mechanisms including:
- Polling – where requests are sent from the browser to the server at regular intervals
- Streaming – where a connection remains open and the server sends data when it becomes available
- Long polling – where the browser request is kept on hold until the server can deliver a valid response
- Server-sent events – which allow a web page to get updates from a server