browser icon indicating copy to clipboard operation
browser copied to clipboard

CDP server

Open nrigaudiere opened this issue 1 year 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