What is the difference between server sent events and websockets in html5?
Answer / Mrs Madhu
Server-sent events (SSE) allow a web server to push real-time updates to the client, whereas WebSockets provide a two-way communication channel between the client and server. SSE uses HTTP protocol, while WebSockets use a lower-level TCP protocol, making it more efficient for real-time applications.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is bulleted and numbered lists?
how do I make a picture a link?
What is formatting in html?
What is the most common markup language?
Which element provides the autocomplete feature in a textbox?
How do you use form tags?
Is meta keywords still useful?
Is xhtml element name case sensitive?
What are the audio tags provided by HTML 5?
Why is html5 so popular nowadays?
give zigzag motion to the image for webdesigning
What is meant by dom?