branchseer / DeskGap

A cross-platform desktop app framework based on Node.js and the system webview
https://deskgap.com/
MIT License
1.83k stars 75 forks source link

use webdriver for setup a basic view with websocket ? #21

Open kapouer opened 5 years ago

kapouer commented 5 years ago

Hi,

not sure if you considered that idea... webdriver is supported by all browsers but being HTTP, it brings latency. If performance is a concern for exchanging between node and the webview content, the webview could connect to a websocket server set up by node.

branchseer commented 5 years ago

Sorry I don't follow. What problem could WebDriver solve?

kapouer commented 5 years ago

To avoid having to compile a c++ nodejs addon !