browser-rendering-test

Sample code base to test how a browser renders a webpage.

npm install @types/node npm install @types/express

Web Server

Start Server

node server.js

Access a file

http://localhost:8088/directory/file
http://localhost:8088/delay-in-ms/directory/file

Example:
http://localhost:8088/html/incremental.html
http://localhost:8088/10000/html/incremental.html