Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Latest commit

 

History

History
13 lines (7 loc) · 684 Bytes

application-flow.md

File metadata and controls

13 lines (7 loc) · 684 Bytes

Application Flow

This document will detail the application flow Surfbird is following at the time of writing (and will be updated accordingly with changes)

Main Process

The main process is a combination of Electron and Node.js APIs being prepared. The main script file creates the BrowserWindow and initializes all required events on it.

The created BrowserWindow then loads the generated HTML file with our renderer script.

Renderer Process

The renderer process is where most of the action is going on. It includes Vue, style and client libraries to access the microblogging services implemented.