issues
search
protosio
/
protos
GNU Affero General Public License v3.0
9
stars
3
forks
source link
Ability to start application in debug mode
#20
Open
nustiueudinastea
opened
4 years ago
nustiueudinastea
commented
4 years ago
Could be implemented in a few ways:
setting an environment variable that the application reads (requires a restart)
send a message via websockets, if the app is connected to the Protos API (no restart required)
send a OS signal to the app (no restart required)
Could be implemented in a few ways: