Skip to content

zizhengtai/ecumene

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published