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

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

Mutual exclusion in Golang
https://github.com/kanerix/mutual-exclusion

golang mutual-exclusion

Last synced: 3 months ago
JSON representation

Mutual exclusion in Golang

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.