ruban-net
TypeScript icon, indicating that this package has built-in type declarations

0.1.5 • Public • Published

ruban-net

This is a sub module of ruban.js

This is the net module to be used in other ruban.js modules. Please read the documentation for more.

Installation

npm install ruban-net

Usage

import {Network} from 'ruban-net';

const net = new Network(
    'http://127.0.0.1:4546',
    null,
    options
);

Types

All the typescript typings are placed in the types folder.

Readme

Keywords

none

Package Sidebar

Install

npm i ruban-net

Weekly Downloads

0

Version

0.1.5

License

LGPL-3.0

Unpacked Size

18.8 kB

Total Files

7

Last publish

Collaborators

  • fengxiao.guo