go-astilectron icon indicating copy to clipboard operation
go-astilectron copied to clipboard

Do communication using protobuf

Open ghost opened this issue 8 years ago • 2 comments

Am wondering about doing communication using protobuf without the need to use TCP

Gomatcha does it this way. See the native bridge code and docs.

https://github.com/gomatcha/matcha

Also you can use a native webview instead of electron. See the Serge webview repo

https://github.com/zserge/webview

Because it's native it will work through the windows 10s store, unlike electron that bundles chrome.

Just saying ...

ghost avatar Dec 07 '17 16:12 ghost

@gedw99 those are nice suggestions, I'll keep this issue open until I have time to test things out

cheers

asticode avatar Dec 07 '17 18:12 asticode

Cool. The way gomatcha does it is really smart. Worth studying.

On Thu, 7 Dec 2017, 19:50 Quentin Renard, [email protected] wrote:

@gedw99 https://github.com/gedw99 those are nice suggestions, I'll keep this issue open until I have time to test things out

cheers

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/asticode/go-astilectron/issues/64#issuecomment-350059550, or mute the thread https://github.com/notifications/unsubscribe-auth/ATuCwmuEBAH_u51i8v37SkY3oNIjUEQOks5s-DOFgaJpZM4Q5y0k .

ghost avatar Dec 07 '17 20:12 ghost