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 -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -