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

https://github.com/sublee/zeronimo

A distributed RPC solution based on ØMQ
https://github.com/sublee/zeronimo

Last synced: 6 months ago
JSON representation

A distributed RPC solution based on ØMQ

Awesome Lists containing this project

README

          

Zeronimo!
=========

[![Build Status](
https://img.shields.io/travis/sublee/zeronimo.svg)
](https://travis-ci.org/sublee/zeronimo)
[![Coverage Status](
https://img.shields.io/coveralls/sublee/zeronimo.svg)
](https://coveralls.io/r/sublee/zeronimo)

RPC between distributed workers.

To test Zeronimo, run this:

```sh
$ py.test --all
```

by [Heungsub Lee](http://subl.ee/)