What is the difference between Server-Sent Events (SSEs) and WebSockets in HTML5?
Correct Answer: WebSockets can perform bi-directional (client-server and vice versa) data transfers, while SSEs can only push data to the client/browser.
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More HTML 5 MCQ Questions