Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 453 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 453 Bytes

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>