Bi-Directional

Not only can you push data and events to the client, but clients can also send requests and events to the server using the same protocol and mechanisms. This will enable you to deploy truly ‘rich’ applications over the internet, with the same functionality as traditional ‘thick’ client internal application. Also this helps greatly reduce the complexity of your applications, code base and data flows, as all requests/messages pass through a single point/layer. Obviously this will greatly reduce the support and maintenance issues and costs associated with your application.