WebSocket

0.1.2

Work with WebSockets in PowerShell

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name WebSocket -RequiredVersion 0.1.2

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name WebSocket -Version 0.1.2

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

2024 StartAutomating

Package Details

Author(s)

  • James Brundage

Tags

WebSocket WebSockets Networking Web

Functions

Get-WebSocket

Dependencies

This module has no dependencies.

Release Notes

> Like It? [Star It](https://github.com/PowerShellWeb/WebSocket)
> Love It? [Support It](https://github.com/sponsors/StartAutomating)

## WebSocket 0.1.2

* WebSocket now decorates (#34)
 * Added a -PSTypeName(s) parameter to Get-WebSocket, so we can extend the output.
* Reusing WebSockets (#35)
 * If a WebSocketUri is already open, we will reuse it.
* Explicitly exporting commands (#38)
 * This should enable automatic import and enable Find-Command

---

Additional details available in the [CHANGELOG](CHANGELOG.md)

FileList

Version History

Version Downloads Last updated
0.1.3 19 3/22/2025
0.1.2 (current version) 103 12/20/2024
0.1.1 133 12/4/2024
0.1 13 11/27/2024