Skip to content
Mustafa Segun A edited this page Apr 1, 2017 · 2 revisions

Welcome to the node-process wiki!

You're that dev that your users mean a lot to you and want to get them to enjoy a smooth experience interacting with your apps.

Think about moving some time consuming processes into another Thread or in the background so it doesn't interrupt or lock the main thread the user interacts with while you do some stuffs at the back. i.e Send Email, Send SMS, Communication to 3rd-party API, Building an Electron app and want to do some background task without locking the main process and etc.

Yes, this helper module rides fully on node's child_process module and it's functions. Right now, what I need and have used many times in projects is the fork function. Sure, will appreciate contributions in extending and optimizing this to make use of other utility functions as needed and have it very easy to use by everyone.

Taking off the complexity working with the child_process directly.

Repository URL https://github.com/segsalerty2013/node-process

Thank you

Clone this wiki locally