I'm currently working on my website which is running on nodejs usining expressjs, and everything is working fine. However I want to test my website from other devices, for example from my phone or other computer, which are connected to the same wi-fi. How am I supposed to do it? Thank you in advance.
You need to make sure that your websever computer is acccepting incomming request for this port, sometimes is necessary to set this up in the routing information on your router. disabling the firewall can also help with that if all of this is met by your computer other users should be able to get access to your server using your local Ip + port