johnspackman / chrome-remote-multiplex

Allows multiple Chrome DevTools Clients to simultaneously connect to a single Remote Debugger (ie Chrome Headless) instance
MIT License
25 stars 2 forks source link

Multiclient support #5

Open paulirish opened 7 years ago

paulirish commented 7 years ago

I believe this project may not be necessary any longer: https://developers.google.com/web/updates/2017/10/devtools-release-notes#multi-client

Give it a whirl and file bugs if there are any inconsistencies.

johnspackman commented 7 years ago

Yes, I believe that you're right - I've not tried it yet because this project also controls the lifecycle of tabs, which is useful to avoid resource leaks in long running server applications

Bnaya commented 6 years ago

@johnspackman Thanks for that tool :)