Skip to content

OpenWorshipApp/electron-p2p

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This project demonstrates a peer-to-peer (P2P) communication system using Electron. It allows multiple windows to communicate with each other using both P2P and Electron's IPC (Inter-Process Communication) mechanisms.

Features

  • Send messages between windows using P2P, sending data through electron's IPC when necessary
  • Can force message sending through Electron's IPC
  • Handle peer connections with automatic reconnection
  • Create new peer windows
  • Create a main window

Screenshots

Screenshot 2025-07-12 190758.png

Getting Started

npm i

# simple p2p
npm run dev1

# p2p and popup window
npm run dev2

# popup window
npm run dev3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors