pmx - Lightweight process manager by Go
- Dynamic process supervision: create, start, stop, restart, delete.
go get github.com/{{ .TplCtx.RepoPath }}
// ...
Procfile example:
web: node run dev
api: go run ./server
pmx - Lightweight process manager by Go
go get github.com/{{ .TplCtx.RepoPath }}
// ...
Procfile example:
web: node run dev
api: go run ./server