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

https://github.com/amirho1/javascript-runtime-environment

JavaScript-Runtime-Environment simulator
https://github.com/amirho1/javascript-runtime-environment

Last synced: 2 months ago
JSON representation

JavaScript-Runtime-Environment simulator

Awesome Lists containing this project

README

        

# Javascript Runtime visualization

## [Demo](https://amirho1.github.io/JavaScript-Runtime-Environment/)

This is a fun project that I did to learn behind the scene of javascript and it's limited if you run it, it will parse and iterate the code and show you step by step what will happen when you call async, and sync functions

## Clone it

```sh
git clone https://github.com/amirho1/JavaScript-Runtime-Environment.git
```

### Install and Run

```sh
bun install
```

#### Run

```sh
bun dev
```

open your http://localhost:3000 you will see the project

**this runtime only handles `async await`, `function`, and `setTimeout` it was written for educational purpose**