Skip to content

WebSocket 0.1.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Mar 16:10
· 2 commits to main since this release
419f3de

Like It? Star It
Love It? Support It

WebSocket 0.1.3

WebSocket server support!

Server Features

For consistency, capabilities, and aesthetics,
this is a fairly fully features HTTP server that happens to support websockets

  • Get-WebSocket -RootURL/-HostHeader ( #47 )
  • -StyleSheet lets you include stylesheets ( #64 )
  • -JavaScript lets you include javascript ( #65 )
  • -Timeout/-LifeSpan server support ( #85 )

Client Improvements

  • Get-WebSocket -QueryParameter lets you specify query parameters ( #41 )
  • Get-WebSocket -Debug lets you debug the websocketjob. ( #45 )
  • Get-WebSocket -SubProtocol lets you specify a subprotocol (defaults to JSON) ( #46 )
  • Get-WebSocket -Authenticate allows sends pre-connection authentication ( #69 )
  • Get-WebSocket -Handshake allows post-connection authentication ( #81 )
  • Get-WebSocket -Force allows the creation of multiple clients ( #58 )

General Improvements

  • Get-WebSocket -SupportsPaging ( #55 )
  • Get-WebSocket -BufferSize 64kb ( #52 )
  • Get-WebSocket -Force ( #58 )
  • Get-WebSocket -Filter ( #42 )
  • Get-WebSocket -ForwardEvent ( #56 )
  • Get-WebSocket Parameter Sets ( #73, #74 )
  • -Broadcast lets you broadcast to clients and servers ( #39 )
  • Get-WebSocket quieting previous job check ( #43 )

Additional details available in the CHANGELOG