node.js - What is the standard port number for mobile webserver -


i using different server handling requests mobile devices. port number should use?

currently, using 8080, 8081, 8082 , 8083 desktop browser based requests.

should use 7070, 7071, 7072, 7073? or similar? please share valuable inputs


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

What is happening when Matlab is starting a "parallel pool"? -

php - Cannot override Laravel Spark authentication with own implementation -