I am confused in the ports.
It seems strange to me that we need to connect different servers with different ports.
Example: Apache bound to 8080, Express.js cannot communicate on 8080
How is server port binding different from listening to an application port?
Example: Various browsers, i.e. Chrome, firefox, can listen and chat on port 80?
This problem occurred while trying to run the "grunt: unit test". There was a tomcat server that was already connected to the 8080, but server grunt is starting, middleware that I believe can run, but it cannot capture the browser. Stopping the tomcat server made everything work.
source
share