https://github.com/fasterthanlime/ooczmq
A czmq wrapper for ooc, allowing ØMQ 2.0 and 3.0 compatibility
https://github.com/fasterthanlime/ooczmq
Last synced: 5 months ago
JSON representation
A czmq wrapper for ooc, allowing ØMQ 2.0 and 3.0 compatibility
- Host: GitHub
- URL: https://github.com/fasterthanlime/ooczmq
- Owner: fasterthanlime
- License: other
- Created: 2011-09-01T00:31:39.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2013-07-28T17:21:31.000Z (almost 13 years ago)
- Last Synced: 2025-05-31T20:35:28.876Z (about 1 year ago)
- Language: ooc
- Homepage: http://czmq.zeromq.org/
- Size: 771 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
czmq (ØMQ utility library) bindings for the ooc language.
About ØMQ
---------
ØMQ is a library which extends the standard socket interfaces with features
traditionally provided by specialised messaging middleware products.
0MQ sockets provide an abstraction of asynchronous message queues,
multiple messaging patterns, message filtering (subscriptions),
seamless access to multiple transport protocols and more.
About ooc
---------
ooc is a modern, self-hosting, object-oriented, functional-ish,
high-level, low-level sexy programming language, starring closures,
interfaces, enums, garbage collection.. It strives to be powerful,
modular, extensible, portable, yet simple and fast.
About ooczmq
----------------
ooczmq is a bindings for the [czmq](http://czmq.zeromq.org/) library.
czmq is a utility library on top of zeromq that makes it easier to
use various types of sockets.
License
-------
czmq is released under a BSD License. See the 'LICENSE' file for details.
Final word
----------
As usual.. enjoy!
Amos Wenger (nddrylliog)