WebSockets
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2015 09:49 PM
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.
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2015 07:04 PM
Hi There,
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-ev...
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-ev...