Server-Sent Events(SSE)

Server-Sent Events(SSE) are used to implement real-time communication, where the server sends data to the client. In this article, we have discussed all the details of the SSE implementation. All the headers and options are covered in this article.

Design Pattern: Abstract Factory Pattern

Using the Factory pattern we generate objects based on some criteria. In Abstract factory pattern, we use multiple factory pattern implementations and generate objects based on that. Abstract factory pattern is also called Factory of Factory, so before reading about Abstract factory pattern, take a look at the Factory pattern.