Skip to content

mkornel/ProcessController

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Process Controller

A NodeJS process controller for running OS(Operating Sysyem) processes.

Getting Started

With this NodeJS module you can start OS processes. In this project we are starting 3 another NodeJS processes (Express apps), but you can use this controller for any other process to start on your computer (MongoDB, Java, etc.).

Installing

Run the following line in the project directory:

npm install

Try it out

Run the following line in the project directory:

node app.js

Now the 3 NodeJS Express applications are running and listening on port 3001, 3002 and 3003. Also a processes.inf file is created where you can find the process IDs.

Authors

License

This project is licensed under the ISC License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published