Is it possible to run same project or application in different port ? Suppose, I have project/application Blog, I want to run in this project at once in two different port. When I run server i.e rails server
, then it run in port 3000. Again, in next terminal tap, I try to same project but in different port i.e rails server -p 300
1 but it doesn't run ?
Is there any other way to run same project in different in different port at localhost sever ?