Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages