Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtlmoon authored Apr 11, 2024
1 parent fdab922 commit 7f6cbfa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
This is a docker image that simply creates a Chrome browser on demand and exposes that Chrome's CDP protocol
(which is what Puppeteer and other systems want to connect to) - to the outside world via a websocket.

When a request for a new Chrome CDP starts, this software will launch an individual isolated-ish Chrome process
for just that request (This is a Chrome CDP "Proxy")

It is based on the excellent https://github.com/Zenika/alpine-chrome, and we add our own wrapper to launch
individual chrome instances on demand.

Expand Down

0 comments on commit 7f6cbfa

Please sign in to comment.