guille / RaftCoreWeb

Simulator of the Raft algorithm using D3js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RaftCoreWeb

Simulator of the Raft algorithm using D3js. It uses my implementation of the algorithm on the back-end. This project is part of my Bachelor Final Project for the University of Oviedo.

Simulator UI

Running the app

This app needs .NET Core to work. You can get it here.

Using Visual Studio

Load the project in Visual Studio and run it, then access the URL shown in the console.

Using the dotnet command

Execute the command dotnet run, then access the URL shown in the console.

You may need to install aspnet-runtime

About

Simulator of the Raft algorithm using D3js.


Languages

Language:JavaScript 39.1%Language:C# 33.2%Language:HTML 15.9%Language:CSS 11.8%