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.
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.
You can try using polyfills instead but Websockets is supported within IE, it is possible to use websockets without making really bad architectural decisions. I can't really answer that bit for you, but this link explains polyfills: http://stackoverflow.com/questions/24498141/is-there-a-microsoft-equivalent-for-html5-server-sent-events