python-eel / Eel

A little Python library for making simple Electron-like HTML/JS GUI apps
MIT License
6.44k stars 587 forks source link

why not grpc #447

Closed lincoln310 closed 3 years ago

lincoln310 commented 3 years ago

Describe the problem I want to know why not using grpc?

mosindy commented 3 years ago

Why would you want to? I've never heard of it. I'm sure it works good, but socketio is pretty well understood and especially in this single client environment, it's probably not necessary to overthink this.

samuelhwilliams commented 3 years ago

Pretty much as @mosindy says.