browser icon indicating copy to clipboard operation
browser copied to clipboard

CDP server

Open nrigaudiere opened this issue 2 years ago • 1 comments

Create a simple server listening on a Unix socket for CDP messages:

  • read incoming CDP commands
  • write corresponding CDP responses

The server should be able to use the jsruntime I/O loop to keep a single-threaded architecture while supporting async commands.

nrigaudiere avatar Sep 27 '23 15:09 nrigaudiere

Blocked by https://github.com/lightpanda-io/browser/issues/247

francisbouvier avatar May 29 '24 09:05 francisbouvier