https://github.com/tatiwel/electron-multi-window
This project aims to create multiple windows that synchronize data between themselves. This removes the limitation of the user having to use only one window to build their application and allows them to interact with subsequent windows, synchronized with the parent element. Work in progress (2025/05/16)
https://github.com/tatiwel/electron-multi-window
electron ipc javascript monitor multi multimonitor multiscreen multiwindow react typescript vite window
Last synced: 7 months ago
JSON representation
This project aims to create multiple windows that synchronize data between themselves. This removes the limitation of the user having to use only one window to build their application and allows them to interact with subsequent windows, synchronized with the parent element. Work in progress (2025/05/16)
- Host: GitHub
- URL: https://github.com/tatiwel/electron-multi-window
- Owner: Tatiwel
- License: isc
- Created: 2024-10-14T02:04:19.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-07-04T18:21:31.000Z (7 months ago)
- Last Synced: 2025-07-04T19:31:53.274Z (7 months ago)
- Topics: electron, ipc, javascript, monitor, multi, multimonitor, multiscreen, multiwindow, react, typescript, vite, window
- Language: TypeScript
- Homepage:
- Size: 57.6 MB
- Stars: 21
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# electron-multi-screen
Get Started
```bash
$ https://github.com/Tatiwel/electron-multi-screen.git
$ cd electron-multi-screen
$ npm install
$ npm start
```