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 -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -