Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m7moudgadallah/backend-fundamentals-demos
Dive into essential backend concepts with practical demos.
https://github.com/m7moudgadallah/backend-fundamentals-demos
backend communication-patterns nodejs polling pubsub push sidecar
Last synced: about 6 hours ago
JSON representation
Dive into essential backend concepts with practical demos.
- Host: GitHub
- URL: https://github.com/m7moudgadallah/backend-fundamentals-demos
- Owner: m7moudGadallah
- License: mit
- Created: 2024-04-26T19:05:16.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-28T16:57:09.000Z (6 months ago)
- Last Synced: 2024-04-28T20:23:59.613Z (6 months ago)
- Topics: backend, communication-patterns, nodejs, polling, pubsub, push, sidecar
- Language: TypeScript
- Homepage:
- Size: 116 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Backend Fundamentals Demos
## Table of Contents
- [Overview](#overview)
- [Backend Communication Design Patterns](#backend-communication-design-patterns)## Overview
This repository contains a collection of demos that are used in the Backend Fundamentals and different communication design patterns.
## Backend Communication Design Patterns
- [Request Response](./request-response)
- [Synchronous vs Asynchronous](./communication-patterns//synchronous-vs-asynchronous/)
- [Push](./communication-patterns/push)
- [Short Polling](./communication-patterns/short-polling/)
- [Long Polling](./communication-patterns/long-polling/)
- [Server Sent Events](./communication-patterns/server-sent-events/)## Disclaimer
- I work on those demos after viewing this course [Fundamentals of Backend Engineering](https://www.udemy.com/course/fundamentals-of-backend-communications-and-protocols) on Udemy, to practice and understand the concepts.
Enjoy Demos!🎉