Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/revmischa/zeromq-pubsub
ZeroMQ publish/subscribe event server
https://github.com/revmischa/zeromq-pubsub
Last synced: 3 days ago
JSON representation
ZeroMQ publish/subscribe event server
- Host: GitHub
- URL: https://github.com/revmischa/zeromq-pubsub
- Owner: revmischa
- Created: 2011-09-26T20:07:00.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-10-31T03:26:08.000Z (about 12 years ago)
- Last Synced: 2024-10-18T07:53:15.734Z (3 months ago)
- Language: Perl
- Homepage:
- Size: 121 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
# ZeroMQ-PubSub - Publish/Subscribe event passing system based on ZeroMQ
ZeroMQ::PubSub providers a client/server framework for simple message
passing using ZeroMQ.ZeroMQ::PubSub::Client is used to connect to a ZeroMQ::PubSub::Server
and can publish and subscribe to events.This setup should work well as a low-latency, lightweight
mostly-reliable realtime message passing system. You can use in-proc,
TCP, IPC and multicast transports. See the ZeroMQ documentation for
more details.INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make installSUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.perldoc ZeroMQ::PubSub
You can also look for information at:
RT, CPAN's request tracker (report bugs here)
http://rt.cpan.org/NoAuth/Bugs.html?Dist=ZeroMQ-PubSubAnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/ZeroMQ-PubSubCPAN Ratings
http://cpanratings.perl.org/d/ZeroMQ-PubSubSearch CPAN
http://search.cpan.org/dist/ZeroMQ-PubSub/SHOUTOUTS
ZeroMQ XS wrapper - http://metacpan.org/module/ZeroMQ
ZeroMQ project - http://zeromq.orgLICENSE AND COPYRIGHT
Copyright (C) 2011 Mischa Spiegelmock
This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.See http://dev.perl.org/licenses/ for more information.