message-proxy

0.0.4 • Public • Published

message-proxy

run server

npm install message-proxy

npx run mp [port] [name]

client

npm install message-proxy

let s = require('../lib/client');

s.config([port], [remote host], [my-client-name]);

s.on('cmd', (cmd, a) => {
  console.log(cmd, a);
});

Readme

Keywords

none

Package Sidebar

Install

npm i message-proxy

Weekly Downloads

1

Version

0.0.4

License

ISC

Unpacked Size

2.29 MB

Total Files

49

Last publish

Collaborators

  • zhouyg