Skip to content

Comparing implementation of microservices architecture between Golang / Node.js / Jolie

Notifications You must be signed in to change notification settings

AGenson/microservises-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

- Microservices examples

The goal of this project is to set an example of microservices architecture using 3 different languages to compare them. More espacially, compare general-purposed language against a language based approchoach with Jolie.

We then have chosen the following languages:

For purpose of this project we create a calculator service for the following scenarios of microservices architecture:

  • A simple calculator service alone
  • An authentification system around the calculator
  • The circuit breaker pattern over the calculator service
  • An authentification system covering the circuit breaker pattern above
  • The circuit breaker pattern over the authenticated system and calculator

About

Comparing implementation of microservices architecture between Golang / Node.js / Jolie

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published