https://github.com/fasterthanlime/ooc-zeromq
ØMQ bindings for ooc
https://github.com/fasterthanlime/ooc-zeromq
Last synced: 4 months ago
JSON representation
ØMQ bindings for ooc
- Host: GitHub
- URL: https://github.com/fasterthanlime/ooc-zeromq
- Owner: fasterthanlime
- License: other
- Created: 2010-06-17T08:23:12.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2013-07-26T15:06:24.000Z (almost 13 years ago)
- Last Synced: 2025-10-07T05:44:45.814Z (8 months ago)
- Language: ooc
- Homepage: http://github.com/zeromq/zeromq2
- Size: 58.6 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ØMQ 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 ooc-zeromq
----------------
This brings the two of them together.
For examples of how to use it, see the samples/ directory.
It is *really* easy to have a good server/client model running.
Make games. Replace Jabber. Hit the ground running.
License
-------
ooc-zeromq is released under a BSD License. See the 'LICENSE' file for details.
Final word
----------
As usual.. enjoy!
Amos Wenger (nddrylliog)