-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebSocket 0.1.3 - WebSocket Server #101
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Exporting aliases
Also, adding some aliases
Removing duplicate
Removing duplicate
Removing duplicate
Allowing -Force on HttpListener jobs
Updating Module Version and release notes
Updating Module Version and release notes
Updating Module Version and release notes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
(Get-WebSocket
-HostHeader/ServerURL
should create a server #47 )-StyleSheet
lets you include stylesheets (Get-WebSocket
-StyleSheet
should reference a stylesheet #64 )-JavaScript
lets you include javascript (Get-WebSocket
-JavaScript
should include javascript #65 )-Timeout/-LifeSpan
server support (Get-WebSocket
-Timeout
should apply to server side scenarios #85 )Client Improvements
Get-WebSocket -QueryParameter
lets you specify query parameters (Get-WebSocket
-QueryParameter
should simplify query parameter input #41 )Get-WebSocket -Debug
lets you debug the websocketjob. (Get-WebSocket
should be able to-Debug
#45 )Get-WebSocket -SubProtocol
lets you specify a subprotocol (defaults to JSON) (Get-WebSocket
-Subprotocol
should allow the websocket to use different subprotocols #46 )Get-WebSocket -Authenticate
allows sends pre-connection authentication (Get-WebSocket
-Authorize/Authenticate/-HelloMessage
should send a first message #69 )Get-WebSocket -Handshake
allows post-connection authentication (Get-WebSocket
-Identify/-Handshake
should send a handshake message #81 )Get-WebSocket -Force
allows the creation of multiple clients (Get-WebSocket
should use the-Force
#58 )General Improvements
Get-WebSocket -SupportsPaging
(Get-WebSocket
SupportsPaging
#55 )Get-WebSocket -BufferSize 64kb
(WebSocket
-BufferSize
should default to 64kb #52 )Get-WebSocket -Force
(Get-WebSocket
should use the-Force
#58 )Get-WebSocket -Filter
(Get-WebSocket
-Filter
should filter out unwanted items #42 )Get-WebSocket -ForwardEvent
(Get-WebSocket
-Forward/-ForwardEvent
#56 )Get-WebSocket
Parameter Sets (Get-WebSocket
should use parameter sets #73,Get-WebSocket
-RootUrl
is the parameter set key for a server #74 )-Broadcast
lets you broadcast to clients and servers (Get-WebSocket
-Broadcast
#39 )Get-WebSocket
quieting previous job check (Get-WebSocket
is noisily checking for previous runs #43 )