An open API service indexing awesome lists of open source software.

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

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
```