Welcome to the Learning Repository! This repository serves as a collection of web development concepts, each implemented with practical examples and detailed explanations.
-
- Implementation of client-server polling mechanism
- Real-time data updates using interval-based requests
- Example includes random number generator and timestamp updates
- Branch:
polling
-
- 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
- Choose a concept from the catalog above
- Switch to the corresponding branch:
git checkout <branch-name>
- Follow the concept-specific README for detailed explanation and instructions