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

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

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