NOTE: Documentation needs quite some work.
devmirror is a way to see and inspect (with chrome devtools) a remote users session.
Basically, tunneled devtools + dom change mirroring, of users session.
|-----------------------------------------------------+---------------------------------|
| You (the developer) | User |
|-----------------------------------------------------+---------------------------------|
| Ask the User to download devmirror binary. | |
|-----------------------------------------------------+---------------------------------|
| | User download binary. |
|-----------------------------------------------------+---------------------------------|
| Ask the User to execute | |
| ./devmirror -sub "<subdomain>" | |
| Where <subdomain> is the subdomain you have chosen | |
|-----------------------------------------------------+---------------------------------|
| | User runs the command |
| | A browser opens for the user, |
| | on which he/she opens your site |
|-----------------------------------------------------+---------------------------------|
| You open <subdomain>.localtunnel.net:8080 | |
| And see what User is doing, and debug with devtools | |
|-----------------------------------------------------+---------------------------------|