sy_node_rpc
Advanced tools
Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "sy_node_rpc", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"engines": { | ||
@@ -5,0 +5,0 @@ "node": ">=8.0.0" |
# sy_node_rpc | ||
一个node rpc框架 | ||
[![npm package](https://nodei.co/npm/sy_node_rpc.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/sy_node_rpc/) | ||
### server | ||
### Getting Started | ||
```shell | ||
$ npm install sy_node_rpc --save | ||
``` | ||
### Server | ||
```javascript | ||
@@ -39,3 +45,3 @@ const net = require('net'); | ||
### client | ||
### Client | ||
```javascript | ||
@@ -42,0 +48,0 @@ const JSONSocket = require('sy_node_rpc').JSONSocket; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
46996
69