angular / ngSocket

WebSocket support for angular
Apache License 2.0
204 stars 25 forks source link

fix(NGWebSocket): support WebSocket Secure URLs #1

Closed baalexander closed 10 years ago

baalexander commented 10 years ago

Adds support for WebSocket Secure URLs, which uses the "wss://" prefix.

jeffbcross commented 10 years ago

Sorry, I didn't see this PR and I implemented the feature already! I noticed my original pattern for the protocol didn't make sense either.