#backend
Read more stories on Hashnode
Articles with this tag
Navigating the Open Systems Interconnection Model for Seamless Communication Why do we need a communication model? Agnostic applications Without a...
Pub/Sub, short for Publish/Subscribe, is a messaging pattern and architectural design used in distributed systems and communication systems. It...
Server-Sent Events (SSE) is a web technology that enables a server to push real-time updates to a web browser over a single HTTP connection. SSE is a...
Request polling, often referred to simply as polling, is a client-server communication technique where a client repeatedly sends requests to a server...