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

@noveo/dual-rpc-ws

Package Overview
Dependencies
Maintainers
7
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@noveo/dual-rpc-ws

Remote procedure call

  • 0.0.25
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
7
decreased by-65%
Maintainers
7
Weekly downloads
 
Created
Source

Dual rpc via websockets

Tests Test Coverage

This library helps to organize the remote methods calls via websockets in both directions: from the server to the client and vice versa.

Docs: https://agsh.github.io/rpc

The project splits into two parts:

Clent-side class Client

Can be imported from the @noveo/dual-rpc-ws/client

import Client from '@noveo/dual-rpc-ws/client';

Documentation for it can be found here: https://agsh.github.io/rpc/classes/client.html

Server-side class Server

Can be imported from the @noveo/dual-rpc-ws/server

import Server from '@noveo/dual-rpc-ws/server';
// or
import { Server } from '@noveo/dual-rpc-ws';

Documentation for it can be found here: https://agsh.github.io/rpc/classes/server.html

FAQs

Package last updated on 15 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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