Web Resources

Chromium

https://github.com/chromium/chromium
https://blog.chromium.org/
chromium.org
https://www.chromium.org/developers/how-tos/getting-around-the-chrome-source-code

JavaScript engine

  • V8 — open source, developed by Google, written in C++
  • Rhino — managed by the Mozilla Foundation, open source, developed entirely in Java
  • SpiderMonkey — the first JavaScript engine, which back in the days powered Netscape Navigator, and today powers Firefox
  • JavaScriptCore — open source, marketed as Nitro and developed by Apple for Safari
  • KJS — KDE’s engine originally developed by Harri Porten for the KDE project’s Konqueror web browser
  • Chakra (JScript9) — Internet Explorer
  • Chakra (JavaScript) — Microsoft Edge
  • Nashorn, open source as part of OpenJDK, written by Oracle Java Languages and Tool Group
  • JerryScript — is a lightweight engine for the Internet of Things.

V8

https://v8.dev/
https://bugs.chromium.org/p/v8/adminIntro
https://mrale.ph/v8/resources.html

Articles
https://blog.sessionstack.com/how-javascript-works-inside-the-v8-engine-5-tips-on-how-to-write-optimized-code-ac089e62b12e
https://console-to-chrome.appspot.com/#8
https://mrale.ph/s3/nodecamp.eu/#25
https://docs.google.com/document/u/1/d/1hOaE7vbwdLLXWj3C8hTnnkpE0qSa2P--dtDvwXXEeD0/pub
https://segmentfault.com/a/1190000016966945

Google

https://github.com/googlechrome
https://web.dev/

Mozilla

http://developer.mozilla.org/

Apple

https://developer.apple.com/

你可能感兴趣的:(Web Resources)