Skip to content
This repository has been archived by the owner on May 5, 2020. It is now read-only.

meeshkan/github-tutorial-saga-motivation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-tutorial-saga-motivation

An example of making asynchronous calls to an API using several patterns including the saga pattern.

Each source file is accompanied by a test file. The tests can be run by invoking npm test.

By exploring each source and test file, you will see how the saga pattern encapsulates the complexities of working with asynchronous code (error handling, race conditions, etc.) without making any asynchronous calls over a network.

About

An example of making asynchronous calls to an API using several patterns including the saga pattern

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published