https://github.com/nuhptr/microservices-mern-mastery
📔 Microservices with Nodejs and Reactjs
https://github.com/nuhptr/microservices-mern-mastery
docker kubernetes nodejs react
Last synced: about 1 month ago
JSON representation
📔 Microservices with Nodejs and Reactjs
- Host: GitHub
- URL: https://github.com/nuhptr/microservices-mern-mastery
- Owner: nuhptr
- Created: 2023-12-08T14:59:24.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-09T03:24:53.000Z (over 1 year ago)
- Last Synced: 2025-01-21T08:44:38.485Z (3 months ago)
- Topics: docker, kubernetes, nodejs, react
- Language: JavaScript
- Homepage:
- Size: 3.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Microservices With Nodejs and React

### Content of this repository
- [x] Microservices architecture
- [x] Blog application
- [x] Docker and Kubernetes### Communication strategies between services
- [x] Synchronous => Services communicate with each other using direct requests
- [x] Asynchronous => Services communicate with each other using events