Web
🐳 制定網路標準的相關組織
- IETF(網際網路工程任務組):https://www.ietf.org/
- WHATWG(網頁超文字應用技術工作小組):https://whatwg.org/
- W3C(全球資訊網協會):https://www.w3.org/
🐳 Browser
- 深入剖析瀏覽器中頁面的渲染過程:https://rwerplus.github.io/pages/53ab0a/
- 極客時間瀏覽器工作原理:
- web.dev - How browsers work:https://web.dev/articles/howbrowserswork
- QuickJS JavaScript Engine:https://github.com/bellard/quickjs
- Web Browser Engineering By Pavel Panchekha & Chris Harrelson:https://browser.engineering/
- Learning Google V8:https://github.com/danbev/learning-v8
- v8 doc:https://v8.dev/docs
- learn js engine 的心得:https://github.com/champkeh/learn-js-engine