Comparing version 1.2.3 to 1.2.4
{ | ||
"name": "arc-rpc", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "Asynchronous Remote Classes make RPC simple", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -68,3 +68,3 @@ # Arc RPC | ||
await clientRpc.class.clientTest() | ||
// This is garuanteed to be afterwards, as ES7 awaits are used | ||
@@ -75,4 +75,8 @@ console.log("Remotely called client test!") | ||
## Why are you encrypting IPC streams?? | ||
This is made for a specific project, soon the node-ipc connections will be replaced with net sockets, or be replaced with a net library. I know, it's silly this way. | ||
## Basic documentation | ||
I'll get to completing this later |
10572
80