new NodeIPC()
Create a new instance of an IPC using NodeJS.
On receiving a message this will call IPC.receive()
.
Extends
Methods
emit(message)
Emit a message to the native part of the PROCEED dispatcher in use.
Parameters:
Name | Type | Description |
---|---|---|
message |
array | The message that should be sent [id, name, args] |