Skip to content

paragchirde/learning

Repository files navigation

Learning Repository - Web Development Concepts

Welcome to the Learning Repository! This repository serves as a collection of web development concepts, each implemented with practical examples and detailed explanations.

Concepts Catalog

Backend Concepts

  1. Polling

    • Implementation of client-server polling mechanism
    • Real-time data updates using interval-based requests
    • Example includes random number generator and timestamp updates
    • Branch: polling
  2. Server-Sent Events (SSE)

    • Real-time server-to-client communication
    • One-way streaming of data from server to client
    • Example includes live counter and random number updates
    • Built-in reconnection handling
    • Branch: server-side-events

How to Use This Repository

  1. Choose a concept from the catalog above
  2. Switch to the corresponding branch:
    git checkout <branch-name>
  3. Follow the concept-specific README for detailed explanation and instructions

Releases

No releases published

Packages

No packages published

Languages