websocketd icon indicating copy to clipboard operation
websocketd copied to clipboard

add PowerShell examples

Open kshahar opened this issue 4 years ago • 0 comments

I was looking for an example of how to use websocketd with PowerShell on Windows. The provided .cmd files should be a good starting point. Tested on Windows 10 (PowerShell 5.1) and Ubuntu 18.04 (PowerShell 7.2).

Note: dump-env.ps1 uses GetEnvironmentVariables() from .NET instead of the built-in $Env: drive to potentially support different scopes (process / user / machine) if needed.

kshahar avatar Feb 16 '22 15:02 kshahar