msgproto-chat-example

0.1.3 • Public • Published

msgproto-chat-example

An example of msgproto.

Usage

Usage: msgproto-dgram-chat <name> <src-addr> <dst-addrs>...

Try running two instances, talking to each other:

  In one terminal:  dgram-chat eve :1234 :2345 :3456
  In another one:   dgram-chat bob :2345 :3456 :1234
  And in one more:  dgram-chat sam :3456 :2345 :1234

Example

It works similar to dgram-example-chat, which has a screengif.

/msgproto-chat-example/

    Package Sidebar

    Install

    npm i msgproto-chat-example

    Weekly Downloads

    1

    Version

    0.1.3

    License

    MIT

    Last publish

    Collaborators

    • jbenet