Sha256: 1682295c5f233aff52d78cc462dae88a3deb7f5ecdc7b7de336a40abf0d68ce4
Contents?: true
Size: 1.32 KB
Versions: 2
Compression:
Stored size: 1.32 KB
Contents
= Journeta == About Journeta is a dirt simple peer discovery and message passing library for processes on the same LAN, requiring no advanced networking knowledge to use. Only core Ruby libraries are required, making the library fairly light. As all data is sent accross the wire in YAML form, any arbitrary Ruby object can be sent to peers, provided they.. * Are running a compatible Journeta version. * Have access to the same class definitions if you are sending your own custom objects. * Do not have a firewall preventing network I/O. Journeta uses Ruby threading to manage the asynchonous nature of peer-to-peer I/O. For insight into events internal to the library, start ruby with the `--debug` options. == Use examples/instant_messenger.rb A completely distributed, zero-configuration-required chat room script. Fire up several instances in separate terminals. Multiple instances on the same machine is ok. Everything you type will automatically be sent to all other instances on the LAN! Use `ruby --debug examples/instant_messenger.rb` for detailed internal event details. == Author Preston Lee <preston.lee at openrain d0t com> http://www.prestonlee.com http://www.openrain.com == Links How Journeta discovers peers using UDP multicasting.. http://onestepback.org/index.cgi/Tech/Ruby/MulticastingInRuby.red
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
journeta-0.0.3 | README.txt |
journeta-0.0.4 | README.txt |