Skip to content

πŸ”„ Code produced during the Communication Between Systems module of the Full Cycle course

Notifications You must be signed in to change notification settings

emiliosheinz/full-cycle-communication-between-systems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

25 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Full Cycle Communication Between Systems

This repository holds all the code and notes produced during the ommunication Between Systems module of the Full Cycle course.

Table of Contents

  1. Rest
  2. GraphQL
  3. gRPC

Synchronous VS Asynchronous Communication

Synchronous: The client waits for the server to respond before continuing with the execution of the program. The client is blocked and can't do anything else in the meantime.

Asynchronous: The client doesn't wait for the server to respond before continuing with the execution of the program. The client is not blocked and can do other things in the meantime.

About

πŸ”„ Code produced during the Communication Between Systems module of the Full Cycle course

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages