francescovallone / serinus

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

feat: multi-isolates support in Serinus #71

Open francescovallone opened 3 weeks ago

francescovallone commented 3 weeks ago

Description

Serinus applications should be able to be run on multiple isolates to increase the performance and the vertical scalability offered by the framework.

Requirements