thedjofsis / Bully

The implementations of Bully algorithm in python and javascript using the library zerorpc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bully

The implementations of Bully algorithm in python and javascript using the library zerorpc

Requirements:

  1. Python (2.7x) - pip install zerorpc gevent colored
  2. NodeJS (8x) - npm install [the required libraries are given in package.json, npm version 6.1]

To run, edit the server_config files for different situations:

  1. in Python - python mainscript.py <address:port>
  2. in NodeJS - node bully.js <address:port>

About

The implementations of Bully algorithm in python and javascript using the library zerorpc


Languages

Language:JavaScript 60.9%Language:Python 39.1%