kriszyp / windows-process-manager

Node.js native addon for working with processes on Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows process manager

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 processes 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.

About

Node.js native addon for working with processes on Windows


Languages

Language:TypeScript 60.7%Language:C++ 38.8%Language:Python 0.5%