Open mtmk opened 6 months ago
Automatically assign ports on well known URL schemes: nats, tls: 4222 ws: 80 wss: 443
Currently it's an error if port is not provided.
This might be very convenient especially on websocket connections since it is a well used convention in web applications to not provide default ports.
Proposed change
Automatically assign ports on well known URL schemes: nats, tls: 4222 ws: 80 wss: 443
Currently it's an error if port is not provided.
Use case
This might be very convenient especially on websocket connections since it is a well used convention in web applications to not provide default ports.