[Architecture] [AppFactory] Enabling event notifications in AppFactory jaggery application.

2013-05-06 Thread Manjula Rathnayake
Hi all, In AppFactory, there are load of events generated that are interested for different users(App Owners, Developers, QA and DevOps). Currently these events are not visible to end users. POC is implemented to try out a scenario as in diagram and provide a better run time view to end

Re: [Architecture] [AppFactory] Enabling event notifications in AppFactory jaggery application.

2013-05-06 Thread Manuranga Perera
since IE9 and below and many android browsers doesn't support websocket [1] we may have to implement a fall back mechanism. we can use a already existing client-side library such as 'socket.io' [2] but may have to write a server-side Jaggery module to support that. [1]