1.0.0 • Published 4 years ago

windows-process-manager v1.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

Windows process manager

This is a promise based native addon for node.js for working with processes on Windows. This module based on windows-api. The module allows you to create new processes, manage process memory, manage threads, load DLL files etc from node.js runtime.

Installation

Before installing this module you have to install node-gyp to compile the native addon.

npm i windows-process-manager

Usage

Check out the documentation for more information.

Check out the changelog for more information about versions.