Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ribbinpo/microservice-poc
for lean & poc microservice in each framework
https://github.com/ribbinpo/microservice-poc
grpc kafka microservice nodejs poc
Last synced: about 1 month ago
JSON representation
for lean & poc microservice in each framework
- Host: GitHub
- URL: https://github.com/ribbinpo/microservice-poc
- Owner: ribbinpo
- Created: 2024-09-12T04:21:11.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-27T13:30:10.000Z (about 2 months ago)
- Last Synced: 2024-09-30T16:21:33.502Z (about 2 months ago)
- Topics: grpc, kafka, microservice, nodejs, poc
- Language: TypeScript
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Microservice POC
This repository serves as a proof of concept (PoC) for microservices using multiple frameworks, including Express.js, Elysia.js, GoFiber, and FastAPI. It demonstrates key aspects of microservice architecture by integrating Kafka for producer and consumer messaging, and gRPC for communication between services in a serverless pattern. The PoC highlights the strengths and use cases of each framework in a microservices environment, providing a comparative analysis of their performance and scalability.
## TODO
- [x] Basic ExpressJS
- [ ] Basic ElysiaJS
- [ ] Basic GoFiber
- [ ] Basic FastAPI
- [ ] gRPC for secure communication
- [ ] Integrate together