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

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -