As i read here Stackoverflow using WebSocket to refresh the page data so i was thinking to use WebSocket for my JSF2 Web application so i searched for JSF2+WebSocket and found Here that WebSocket only Supports Jetty server . I have two questions here.
- Can we use WebSocket with Apache Tomcat Server?
- Is all major browser supports by WebSocket? , somewhere as i tested think link and IE9 do not supports WebSocket?
Even after all these constraints its good to use WebSocket?