guvnor
Version:
A node process manager that isn't spanners all the way down
23 lines (17 loc) • 922 B
Markdown
# Help
1. [Starting and stopping processes](processes.md)
1. [Controlling the Daemon](daemon.md)
1. [Managing clusters](clusters.md)
1. [Installing and running apps](apps.md)
1. [Remote access and monitoring (e.g. guv-web)](remote.md)
1. [Web interface](web.md)
1. [Web interface - configuration](web-config.md)
1. [Web interface - user management](web-users.md)
1. Programmatic access
1. [Programmatic access - local](programmatic-access-local.md)
1. [Programmatic access - remote](programmatic-access-remote.md)
1. [Programmatic access - events](programmatic-access-events.md)
## Programmatic access
It is possible to connect to guvnor from your own program.
Access is divded into two categories - [remote](programmatic-access-remote.md) and [local](programmatic-access-local.md).
If guvnor is running on the same machine as your program, that's local access. If it's on a remote server, it's, well, remote access.