Skip to content

Easily schedule and plot arbitrary processes using FCFS, SJF and RR. (Web app)

Notifications You must be signed in to change notification settings

Robertof/cpu-scheduling-web

Repository files navigation

CPU scheduling app - Web edition

Synopsis

This app allows to easily configure and plot processes using the following scheduling algorithms:

The codebase is modular and well-documented, more scheduling algorithms can be easily added.

NOTE: since this was an university project, the app is currently only in Italian.

Please checkout the main code repository and the Electron app.

A live demo is available here.

Building and packaging

# install dependencies
yarn

# run for development
yarn serve

# build for production
yarn build

About

Easily schedule and plot arbitrary processes using FCFS, SJF and RR. (Web app)

Resources

Stars

Watchers

Forks

Packages

No packages published