Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 449 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 449 Bytes

electron-messaging-poc

A proof-of-concept exploration of messaging between Electron browser windows.

Separate windows send messages to a background window that manages shared state (a counter). The background window broadcasts updates of the shared state.

Electron quick start was used as a starting point.

To Use

# Install dependencies
npm install
# Run the app
npm start