Skip to content

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

Notifications You must be signed in to change notification settings

peterdur/electron-messaging-poc

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published