I was trying to find out the difference between a socket as a unix file and a socket that is a ip and port.
If I switch something like uwsgi to use a file instead of a port and ip, how do I then access uwsgi as a URL in my browser, since no port is now specified for my flask application.