|
1 | 1 | > Like It? [Star It](https://github.com/PowerShellWeb/WebSocket)
|
2 | 2 | > Love It? [Support It](https://github.com/sponsors/StartAutomating)
|
3 | 3 |
|
| 4 | +## WebSocket 0.1.3 |
| 5 | + |
| 6 | +WebSocket server support! |
| 7 | + |
| 8 | +### Server Features |
| 9 | + |
| 10 | +For consistency, capabilities, and aesthetics, |
| 11 | +this is a fairly fully features HTTP server that happens to support websockets |
| 12 | + |
| 13 | +* `Get-WebSocket` `-RootURL/-HostHeader` ( #47 ) |
| 14 | +* `-StyleSheet` lets you include stylesheets ( #64 ) |
| 15 | +* `-JavaScript` lets you include javascript ( #65 ) |
| 16 | +* `-Timeout/-LifeSpan` server support ( #85 ) |
| 17 | + |
| 18 | +### Client Improvements |
| 19 | + |
| 20 | +* `Get-WebSocket -QueryParameter` lets you specify query parameters ( #41 ) |
| 21 | +* `Get-WebSocket -Debug` lets you debug the websocketjob. ( #45 ) |
| 22 | +* `Get-WebSocket -SubProtocol` lets you specify a subprotocol (defaults to JSON) ( #46 ) |
| 23 | +* `Get-WebSocket -Authenticate` allows sends pre-connection authentication ( #69 ) |
| 24 | +* `Get-WebSocket -Handshake` allows post-connection authentication ( #81 ) |
| 25 | +* `Get-WebSocket -Force` allows the creation of multiple clients ( #58 ) |
| 26 | + |
| 27 | + |
| 28 | +### General Improvements |
| 29 | + |
| 30 | +* `Get-WebSocket -SupportsPaging` ( #55 ) |
| 31 | +* `Get-WebSocket -BufferSize 64kb` ( #52 ) |
| 32 | +* `Get-WebSocket -Force` ( #58 ) |
| 33 | +* `Get-WebSocket -Filter` ( #42 ) |
| 34 | +* `Get-WebSocket -ForwardEvent` ( #56 ) |
| 35 | +* `Get-WebSocket` Parameter Sets ( #73, #74 ) |
| 36 | +* `-Broadcast` lets you broadcast to clients and servers ( #39 ) |
| 37 | +* `Get-WebSocket` quieting previous job check ( #43 ) |
| 38 | + |
4 | 39 | ## WebSocket 0.1.2
|
5 | 40 |
|
6 | 41 | * WebSocket now decorates (#34)
|
|
0 commit comments