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
- Host: GitHub
- URL: https://github.com/sublee/zeronimo
- Owner: sublee
- License: bsd-3-clause
- Created: 2013-04-01T09:20:44.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2018-06-14T03:31:03.000Z (about 8 years ago)
- Last Synced: 2025-11-29T07:47:39.066Z (7 months ago)
- Language: Python
- Size: 455 KB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Zeronimo!
=========
[
](https://travis-ci.org/sublee/zeronimo)
[
](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/)