I’m following a node.js crash course and I get to the part where we are creating a server, but for some reason every time I try to run node index which is my js file name I’m getting the error: address already in use :::5000 I’ve looked through similar problems and tried to kill that specific port but nothing seems
Tag: port
AWS EC2 instance connection refused on port 8085
I have a new EC2 instance in AWS where I’m hosting a webpage too. i associated the instance to a security group, and some rules work (like connect to mysql or vesta). I have created a simple server with nodeJS and I want to listen a request from port 8085 (I could choose any….). I have create a inbound rule
How to Set port in next.js
one application is running on port 3000 and I want to run another application on a different port of the default port. How I change this in React Next.js. My package.js script is and start script command is npm run dev Answer This work for me