browser
browser copied to clipboard
CDP server
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.
Blocked by https://github.com/lightpanda-io/browser/issues/247