An open API service indexing awesome lists of open source software.

https://github.com/riksev/js-microservices

Split monolith into microservices
https://github.com/riksev/js-microservices

Last synced: 2 months ago
JSON representation

Split monolith into microservices

Awesome Lists containing this project

README

        

# JS-Microservices
Hello! Let me quickly introduce you into the project. This is demonstration of splitting monolith into microservices.

# Content
We have a few files here.



For NPM:

- package.json



For demonstration:

- index.js



For tests:

- shoAdministration.test.js

For interfaces:

- interfaces.js



For microservices:

- userRepositoryServer.js

- loggerServer.js



For classes:

- shopAdministraion.js



And other stuff.