or, "So You Want to Be an Electron Hacker"
Перейти к файлу
Samuel Attard bcf7da202e
build: deploy pages site
2023-02-03 15:04:43 -08:00
chromium docs: copyedit chromium docs 2019-04-29 11:13:26 -07:00
electron docs: add information about debugging with Docker (#5) 2020-02-07 02:08:41 +00:00
nodejs doc: update information about Node.js embedding 2020-01-01 11:38:24 -08:00
README.md doc: update information about Node.js embedding 2020-01-01 11:38:24 -08:00
v8.md add v8 initial doc 2019-03-06 10:05:24 -08:00

README.md

Electron - Guide and Resources

This is a basic guide for getting started with Electron's codebase and its dependent codebases.

NB: This repository remains a work in progress, so there may be unexpected changes and updates.

Table of Contents

  1. Electron
    1. Getting Started
    2. Source Code Design
    3. From Native to JS
  2. Chromium
    1. Overview
    2. Getting Around the Source Code
    3. Blink
    4. Callback<> and Bind()
    5. TaskRunner
  3. V8
  4. Node.js
  5. Contributing To Electron
    1. Building Electron
    2. Issues
    3. Pull Requests
    4. Coding Style
  6. Electron Release Process
    1. Major Release Project Boards
    2. Releases Working Group
  7. Governance