cli
cli copied to clipboard
INIT: Support Plugins Written in Other Languages for Ignite Apps System
trafficstars
Ignite apps system was initially written to run apps written Go. Ignite CLI is able to interact with apps written in other languages with the introduction of gRPC in #3529.
For Ignite CLI to fully support apps written in other languages it needs to be able to launch apps that are not written in Go, and also rebuild them if necessary.
This requirement is mentioned in ignite/apps#58