I heard that node.js is the ideal environment for creating real-time web applications (chats, live broadcasts, etc.), then I assume that this is due to the large number of io connection socket between the nodes and the client browser.
on the client side, I need to use websocket (html5) to communicate with node.js, if so, then most older browsers do not support HTML5-Websocket.
Question: Real-time web applications created using node.js will only work with HTML5 compatible browsers.?
source share