Hi,
I'm researching possibility of implementing client notifications for Alfresco. I've already found working implementation of Server Sent Events. It's simple and i like it, but there is one problem: Internet Explorer doesn't support SSE. And IE support is our business requirement. So i started digging about integrating Websockets with Alfresco Web Scripts and found literally nothing. Is it possible to use Websockets with Web Scripts without making some really bad architectural decisions? Thanks.