Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kanerix/mutual-exclusion
https://github.com/kanerix/mutual-exclusion
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kanerix/mutual-exclusion
- Owner: Kanerix
- License: mit
- Created: 2024-11-11T12:11:25.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-11-11T13:13:59.000Z (about 1 month ago)
- Last Synced: 2024-11-11T13:23:47.705Z (about 1 month ago)
- Language: Go
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.