Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Bully Algorithm - Leader Election - Chat

A GO implementation of the Bully algorithm for Joe Hudson's chat example

This bully implementation is meant to be used as a module with callback functions. The actual usage of the module is in serverBully.go. As you'll see, it's very easy to use it.

The server state is not maintained when switching between leaders so the chat room is not remembered and stuff like that. For that, there should've been implemented a distributed fault tolerant database too.

screenshot.jpg

About

A GO implementation of the Bully algorithm for jhudson8's chat example

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.