Browser Recipe

Before diving into the world of JavaScript. We need to understand the playground beforing starting the gameplay. Browser is evolved since the invention of world wide web consortium from desktop to mobie devices. Challenge for cooking a idle browser is to satisfy all the monkey patching code happening around the web for providing optimium performance & user experience to consumers.

We need an optimize recipe for our browser?

Let's begin thinking!!

We need something which..

  • Render some code to display a basic structured document (HTML) with some asthetics (CSS) and some action performed (JavaScript).

  • Handle networking and socket connections.

  • Loading Images & diverse media content.

  • Consume less system resources: performance.

  • Follow standard across all devices: portability.

  • Reusable components.

  • Security !! yes we need that always.

  • Hackability: To keep developers happy.

“WebKit is like a Sandwich. Though in Chromium’s case it’s more like a taco. A delicious web platform taco.”: Dimitri Glazkov, Chrome WebKit hacker. Champion of Web Components and Shadow DOM

results matching ""

    No results matching ""