Sen descrición

Simon 271fc3d859 client is able to post msg from gui %!s(int64=2) %!d(string=hai) anos
.vscode 637d8b4cfb cleanup %!s(int64=2) %!d(string=hai) anos
c 6f8d1caed1 various bugfixes %!s(int64=2) %!d(string=hai) anos
client 271fc3d859 client is able to post msg from gui %!s(int64=2) %!d(string=hai) anos
data afc416c01d finished eval %!s(int64=2) %!d(string=hai) anos
follower a7ffc6dec0 further eval %!s(int64=2) %!d(string=hai) anos
leader 271fc3d859 client is able to post msg from gui %!s(int64=2) %!d(string=hai) anos
lib 97a77d8e6f cleanup %!s(int64=2) %!d(string=hai) anos
.gitignore 271fc3d859 client is able to post msg from gui %!s(int64=2) %!d(string=hai) anos
README.md dbd6ad73ec updated readme %!s(int64=2) %!d(string=hai) anos
comm 271fc3d859 client is able to post msg from gui %!s(int64=2) %!d(string=hai) anos
comm.go 271fc3d859 client is able to post msg from gui %!s(int64=2) %!d(string=hai) anos
go.mod 97a77d8e6f cleanup %!s(int64=2) %!d(string=hai) anos
go.sum 97a77d8e6f cleanup %!s(int64=2) %!d(string=hai) anos
index.html 271fc3d859 client is able to post msg from gui %!s(int64=2) %!d(string=hai) anos
main.js 271fc3d859 client is able to post msg from gui %!s(int64=2) %!d(string=hai) anos
package-lock.json 74661cc556 initial commit %!s(int64=2) %!d(string=hai) anos

README.md

Anonymous Topic-Based PubSub Communication for Microblogging

This is the source code following the bachelor thesis Anonymous Topic-Based PubSub Communication for Microblogging.

To execute you need to run follower.go, wait for print "start leader", then run leader.go, wait for 1sec and then start client.go The parameters used, like number of clients or the write database size, are global variables in the respective files.