kdzwinel / betwixt

:zap: Web Debugging Proxy based on Chrome DevTools Network panel.
MIT License
4.53k stars 125 forks source link

Use ipc instead of a websocket to communicate with the frontend. #23

Closed kdzwinel closed 8 years ago

kdzwinel commented 8 years ago

Currently backend (node) creates a websocket connection with the frontend (DT). This has couple of disadvantages:

Electron has a build in communication channel between frontend and backend (ipc), so let's use that instead!