How colud i can run application on remote system in the netw

If you want to access the application in network, you can access the application by http://systemIP:3000/controller_name/action_name .

I think you forgot to give the action_name in URL http://systemIP:3000/abc

Try http://systemIP:3000/abc/action_name