Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 795 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 795 Bytes

Welcome

This is the C implementation for the Ecumene RPC broker, based on ZeroMQ and Redis.

Client/worker libraries in different languages:

Building and Installation

OS X

brew install libsodium czmq hiredis jemalloc
git clone https://github.com/ZizhengTai/ecumene.git && cd ecumene && ./build.sh

Getting Started

First, start the Redis server and listen on Unix socket /tmp/redis.sock.

Then run ./ecumene to start the Ecumene broker.

License

This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.