Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
/ pm-web Public archive

A simple web front-end for pm, a process manager for Go

License

Notifications You must be signed in to change notification settings

VividCortex/pm-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pm-web

A web frontend for pm.

Getting started

This is a front-end for pm, a process manager for Go programs.

First, get pm using go get: go get github.com/VividCortex/pm. The server.go file contains a mock server which uses pm.

Start several mock server from the command line like so:

$ go run server.go -port :8081 &
$ go run server.go -port :8082 &
$ go run server.go -port :8083 &

The easiest way to use pm-web is to just use the page hosted on github: http://vividcortex.github.io/pm-web/app/index.html#/procs?host=localhost:8081,localhost:8082

Alternatively, you can view the webapp by first running the server ./web-server.js then view the pm web app at http://localhost:8000/app/index.html?#/procs

Inspiration

The structure was heavily informed by the Angular tutorial.

License

Copyright (c) 2014 VividCortex, licensed under the MIT license. Please see the LICENSE file for details.

Cat picture

About

A simple web front-end for pm, a process manager for Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages