Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kanerix/mutual-exclusion


https://github.com/kanerix/mutual-exclusion

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Mutual Exclusion

Welcome to the Muteal-Exclusion project. This is developed following the course **Distributed Systems** at ITU.

## Usage

This section will tell you how to start the server.

In this version all nodes are hardcoded (ports can not change).

You need to do is run all the nodes at the same time.

```bash
go run server/main.go 3001
go run server/main.go 3002
go run server/main.go 3003
```

Then all nodes will start logging what they do and the processes are running.