0.1.3 • Published 10 years ago

msgproto-chat-example v0.1.3

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

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.