Skip to content

olingern/electron-ipc-ping-pong

Repository files navigation

Electron IPC Ping Pong

This is a demo of message passing between Electron's main process and renderer process using ipcMain and ipcRenderer.

You can find a blog post walking through the steps building up to this repository here.

output3

Installing

Clone the repo and then install dependencies

npm install

or

yarn

And then start application

npm run start

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

A demo showing how to pass messages between ipcMain and ipcRenderer in Electron

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published