https://github.com/it1shka/distrosim
Fascinating and powerful fullstack distributed systems simulator
https://github.com/it1shka/distrosim
distributed simulator systems typescript ui
Last synced: about 2 months ago
JSON representation
Fascinating and powerful fullstack distributed systems simulator
- Host: GitHub
- URL: https://github.com/it1shka/distrosim
- Owner: it1shka
- Created: 2023-04-24T15:56:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-02T12:03:35.000Z (about 3 years ago)
- Last Synced: 2025-06-14T12:05:41.158Z (about 1 year ago)
- Topics: distributed, simulator, systems, typescript, ui
- Language: TypeScript
- Homepage:
- Size: 237 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Distrosim
For now, the application is incomplete and unavailable
on the Internet
## How to run locally
##### Requirements
1. GoLang
2. Node JS
3. Dependencies for Node JS: _nodemon_, _ts_, _sass_ (can be set up by ./setup.py script)
##### How to install on your computer
1. Install Golang and Node JS
2. Then clone the project and cd into the directory:
> git clone https://github.com/it1shka/distrosim
> cd distrosim
3. Run scripts for setup and build (it may require giving them some permissions):
> ./setup.py
> ./runbuild.py
4. Run the main application
> go run main.go