Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 342 Bytes

File metadata and controls

22 lines (16 loc) · 342 Bytes

Taskmaster: A Process Control System

Taskmaster is a client/server system that allows its users to monitor and control a number of processes on UNIX-like operating systems.

Usage

Via docker:

docker compose up

To run locally:

# Server
go run cmd/server/main.go
# Client
go run cmd/client/main.go