An open API service indexing awesome lists of open source software.

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

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)