|
|
|
@ -2,14 +2,15 @@
|
|
|
|
|
smart subprocess handling
|
|
|
|
|
|
|
|
|
|
## Availabililty
|
|
|
|
|
[](https://www.npmjs.com/package/smartipc)
|
|
|
|
|
[](https://gitlab.com/pushrocks/smartipc)
|
|
|
|
|
[](https://github.com/pushrocks/smartipc)
|
|
|
|
|
[](https://pushrocks.gitlab.io/smartipc/)
|
|
|
|
|
[](https://www.npmjs.com/package/smartipc)
|
|
|
|
|
[](https://GitLab.com/pushrocks/smartipc)
|
|
|
|
|
[](https://github.com/pushrocks/smartipc)
|
|
|
|
|
[](https://pushrocks.gitlab.io/smartipc/)
|
|
|
|
|
|
|
|
|
|
## Status for master
|
|
|
|
|
[](https://gitlab.com/pushrocks/smartipc/commits/master)
|
|
|
|
|
[](https://gitlab.com/pushrocks/smartipc/commits/master)
|
|
|
|
|
[](https://GitLab.com/pushrocks/smartipc/commits/master)
|
|
|
|
|
[](https://GitLab.com/pushrocks/smartipc/commits/master)
|
|
|
|
|
[](https://www.npmjs.com/package/smartipc)
|
|
|
|
|
[](https://david-dm.org/pushrocks/smartipc)
|
|
|
|
|
[](https://www.bithound.io/github/pushrocks/smartipc/master/dependencies/npm)
|
|
|
|
|
[](https://www.bithound.io/github/pushrocks/smartipc)
|
|
|
|
@ -17,11 +18,14 @@ smart subprocess handling
|
|
|
|
|
[](https://nodejs.org/dist/latest-v6.x/docs/api/)
|
|
|
|
|
[](http://standardjs.com/)
|
|
|
|
|
|
|
|
|
|
## The purpose
|
|
|
|
|
## Usage
|
|
|
|
|
Use TypeScript for best in class instellisense.
|
|
|
|
|
|
|
|
|
|
### Understand the Purpose
|
|
|
|
|
smartipc makes it easy to spawn tasks into subprocesses without loosing control over what those processes do.
|
|
|
|
|
You can transparently call functions and expect returned data using promises.
|
|
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
### How To
|
|
|
|
|
|
|
|
|
|
**Master.ts:**
|
|
|
|
|
|
|
|
|
@ -40,4 +44,10 @@ myThread.send('someMessageOrObject').then(messageResponse => {
|
|
|
|
|
```javascript
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
[](https://push.rocks)
|
|
|
|
|
|
|
|
|
|
For further information read the linked docs at the top of this README.
|
|
|
|
|
|
|
|
|
|
> MIT licensed | **©** [Lossless GmbH](https://lossless.gmbh)
|
|
|
|
|
| By using this npm module you agree to our [privacy policy](https://lossless.gmbH/privacy.html)
|
|
|
|
|
|
|
|
|
|
[](https://push.rocks)
|
|
|
|
|