DEV Community

Discussion on: TCP and UDP did you ever use them directly?

Collapse
 
anirban_coder profile image
Anirban

So our main application is using the default port 8080 and hosted in IIS so that we can use the url from remote without passing the port. but if I have to deploy any other application with let's say with port 5000, I have to use UDP and TCP to open the port so that I can access the service from the remote.