Skip to content

Implementing the push model architecture of backend using websockets

Notifications You must be signed in to change notification settings

2003aryansingh/PushModel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Push Model Demo Repository

This repository contains a simple demonstration of the push model, a server-to-client communication technique used in web development for real-time updates.

Description

The push model is a technique where the server actively pushes updates to the clients without the clients explicitly requesting for them. It allows for real-time communication between the server and clients, enabling immediate updates without the need for constant client-side polling.

This demonstration repository includes a sample web application that showcases the push model using websockets.

About

Implementing the push model architecture of backend using websockets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published