https://github.com/abecodes/electron_protocol_example
Example implementation of custom protocols with electron to handle communication with external apps
https://github.com/abecodes/electron_protocol_example
Last synced: 4 months ago
JSON representation
Example implementation of custom protocols with electron to handle communication with external apps
- Host: GitHub
- URL: https://github.com/abecodes/electron_protocol_example
- Owner: abecodes
- License: unlicense
- Created: 2021-01-03T14:23:05.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-04T01:48:38.000Z (over 5 years ago)
- Last Synced: 2025-08-17T08:16:44.571Z (10 months ago)
- Language: HTML
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Example code
Find the original post [here](https://abe.codes/post/2020/12/electron-protocol/)
```bash
# install
npm ci
# run
npm start
```