
In this article, we will cover one of the important backend communication design pattern which is Server Sent Events (SSE).
Table of contents:
Introduction to Sever Sent EventsWhy do we need server sent events?ImplementationExplanationConclusionIntroduction to Server Sent Events
Lets first see what happens when you enter the domain name of website or serch something on the web
The DNS server resolves the domain name into the corresponding IP( Internet Protocol) address
Now when the...
Published on February 19, 2023 13:05