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

https://github.com/mr687/fifo-cpu-scheduling-nodejs

FIFO CPU Scheduling
https://github.com/mr687/fifo-cpu-scheduling-nodejs

cpu-scheduling nodejs

Last synced: 2 months ago
JSON representation

FIFO CPU Scheduling

Awesome Lists containing this project

README

          

# FIFO / FCFS Cpu Scheduling

nodejs with express + static file.

### How to
- `npm install`
- `npm run dev`
- goto `http://localhost:5555`

### Screenshot
![fe.png](https://github.com/mr687/fifo-cpu-scheduling-nodejs/blob/master/images/fe.png)