connect to socket using host only without port

Issue #221 resolved
Mostafa Saudi created an issue

in the javascript socket io client i can connect to ws host without port as both of them wrapped on domain name can we achieve that with the plugin ?

Comments (3)

  1. Peter Doornbosch repo owner

    That’s correct, just use the default port for the protocol, so 80 for HTTP and 443 for HTTPS.

  2. Log in to comment