0% found this document useful (0 votes)
2 views1 page

Java Scipt

The document outlines the architecture of client-side scripting in web development, highlighting various rendering engines, JavaScript engines, and programming languages used. It details the roles of different components like browsers, servers, and the DOM in rendering web applications. Additionally, it mentions various tools and environments for development, such as Electron and Docker Desktop.

Uploaded by

Ye Wai Aung
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views1 page

Java Scipt

The document outlines the architecture of client-side scripting in web development, highlighting various rendering engines, JavaScript engines, and programming languages used. It details the roles of different components like browsers, servers, and the DOM in rendering web applications. Additionally, it mentions various tools and environments for development, such as Electron and Docker Desktop.

Uploaded by

Ye Wai Aung
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

khtml JavaScript - Client-side Script

1. Rendering Engine
2. JS Engine Webkit Apple Compiled / Script app
3. UI Client
C/C++ PHP Server
code (Browser)
Java JavaScript
IE - 80% code
Go Python
Firefox - 20% code
Rust Ruby
Blink Google
<html> <html> app
<html>
{css} {css}
Chromium code <js> <js>
{css}
code ... ... <js>
... ... <?php ?>
Program code

v8
Chrome 1. Imperative
2. OOP Interpreter Static Type / Dynamic Type
3. Functional
Electron
Edge int i; var i;
Opera
html DOM i = 123; i = 123;
Brave VS Code
. .
Arc/Dia Cursor
. .
Comet WindSurf head . .
Atlas Node Trae
i = "abc"; ❌ i = "abc";
Client-side Docker Desktop title
Server-side Mongo Compass
Desktop Postman
body
Mobile
CLI h1

a[href]

You might also like