francescovallone / serinus

Serinus is a minimalistic framework for building efficient and scalable backend applications powered by Dart. 🎯
https://serinus.app
MIT License
54 stars 6 forks source link

proposal: support for microservices (gRPC and similar) #171

Closed sunderee closed 1 month ago

sunderee commented 1 month ago

NestJS supports microservices through its @nestjs/microservices package. This brings a built-in support for TCP, gRPC, Kafka, RabbitMQ, Redis, etc. In my opinion, integrating microservices into Serinus would be an important step in developing Serinus.

francescovallone commented 1 month ago

Hello! Thank you for your question. This feature has already been planned for future releases, one of the reason behind the refactoring of the core for the 2.0 is also to support this kind of packages

sunderee commented 1 month ago

Awesome, thanks man!