Enable the CLI to function in daemon mode
Open
morphir-cli
morphir-go
- Dominant language
- Rust
- Stars
- 209
- Forks
- 65
- Avg merge
- 8h 55m
- Merged PRs (30d)
- 126
Description
Enable a daemon mode for the CLI where compilation and other workspace activities can be routed to the daemon. This will allow the CLI to function as a client in some situations. The client submits tasks/jobs to the daemon. This will enable cross-language integration.
## Daemon Mode
### Leverage gRPC
Use gRPC to connect plugins, extensions, and clients from various languages.
Contributor guide
Assessment
This issue has not been assessed yet.