New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

wsgrpc

Package Overview
Dependencies
Maintainers
1
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wsgrpc - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

5

package.json
{
"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": {

6

Readme.md
# 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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc