Search code examples
delphiindychromium-embeddedtchromium

How to communicate with CEF via Sockets


How can I communicate with CEF via Indy Sockets through Remote debugging protocol? As described here: https://developers.google.com/chrome-developer-tools/docs/debugger-protocol


Solution

  • I made a Proof of Concept for DWS (pascal to javascript compilation, as used in Smart Mobile Studio) some time ago: https://code.google.com/p/asmprofiler/source/browse/#svn%2Ftrunk%2F-Other-%2FRemoteDebuggerDWS

    You can use my Indy 10 websocket (and socket.io!) components from here: https://github.com/andremussche/DelphiWebsockets