-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Niklaus Schen edited this page Nov 15, 2023
·
8 revisions
Meproc is a process management service that can start, stop, and restart specified programs in a specified manner through an HTTP API.
Features:
- Support Restful API to start, stop, restart process groups, and view currently running process groups
- Support some simple dependencies between process groups
- Support cron jobs
- Support one-time tasks
- Support setting execution users and user groups for processes
- Support multiple platforms: Windows, Linux, MacOS, etc.
- Support for collecting output content from task processes.
- Support for plugin development based on process start and stop events.
- Provide a Web Page for Task Management.
- The project only needs to pre-install the Melang interpreter, and no more others need to be installed.
Please refer to the following wikis to gradually understand Meproc: