VeryGoodOpenSource / dart_frog

A fast, minimalistic backend framework for Dart 🎯
https://dartfrog.vgv.dev
MIT License
1.87k stars 150 forks source link

feat: Dart frog Daemon #705

Closed renancaraujo closed 1 year ago

renancaraujo commented 1 year ago

Description

Dart frog daemon will be a standing process that, during its lifetime, will be used by first and third-party tools to read, manage and analyze dart frog projects.

By design, a daemon will be able to manage multiple projects simultaneously. The daemon can run multiple application instances of the same project if necessary.

Requirements

Out of scope

Additional Context

Design doc is here: https://verygoodventures.notion.site/WIP-Dart-frog-daemon-867d551e3c8a4233875d50cf18e7144c?pvs=4 POC code: https://github.com/VeryGoodOpenSource/dart_frog/pull/703 POC of a client: https://github.com/renancaraujo/dart_frog_daemon_poc Documentation: https://dartfrog.vgv.dev/docs/advanced/daemon

renancaraujo commented 1 year ago

As the groundwork and initial features of the daemon have been all implemented, being yesterday's release including the last of the initial domains, I am closing this issue, future developments of the daemon shall be tracked in specific issues.