Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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