/go-distributed-services

A very simple implementation of distributed system and service-serrvice communication to learn how things work at large.

Primary LanguageGo

Go Distributed Services

A very simple implementation of distributed system and service communication learn how things work at large.

Run

$ make all

Now run these three services from separate terminals (in the exact order):

$ ./bin/registryservice
$ ./bin/logservice
$ ./bin/gradingservice