@noveo/dual-rpc-ws
TypeScript icon, indicating that this package has built-in type declarations

0.0.25 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @noveo/dual-rpc-ws

Weekly Downloads

0

Version

0.0.25

License

MIT

Unpacked Size

97.6 kB

Total Files

23

Last publish

Collaborators

  • adergaev
  • agsh
  • koluch
  • noobikz0r
  • noveo-adobrodiy
  • noveogroup
  • zlblden