Comparing version 2.3.0 to 2.3.1
{ | ||
"name": "wsgrpc", | ||
"version": "2.3.0", | ||
"description": "", | ||
"version": "2.3.1", | ||
"description": "A RPC code generator and runtime. Codes of client side and server side are generated from a grpc proto file.", | ||
"main-ts": "src/index.ts", | ||
@@ -12,2 +12,3 @@ "main": "dist/lib.js", | ||
"author": "tsangpo <tsangpozheng@gmail.com> (https://github.com/tsangpo)", | ||
"repository": "github:tsangpo/wsgrpc-ts", | ||
"license": "ISC", | ||
@@ -14,0 +15,0 @@ "devDependencies": { |
# wsgrpc | ||
rpc using protobuf and websocket protocal | ||
A RPC code generator and runtime. Codes of client side and server side are generated from a grpc proto file. | ||
- When the h1 transport protocal is used, stream request and response are not supported, and content type can be one of ["grpc" | "grpc-web" | "grpc-web+proto" | "json"]. | ||
- When websocket is used, rpc with request stream and response stream is allowed. | ||
## Usage | ||
@@ -31,3 +34,2 @@ | ||
- use json codec and http post protocal | ||
- call callback for log. | ||
@@ -34,0 +36,0 @@ |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
146333
43