finally done in Ubuntu , i am running nodejs server on localhost:8080
1) open terminal type ifconfig you will get ip something like this : inet addr:192.168.43.17
2) now simply put url address like this : "192.168.43.17:8080" (8080 port coming from localhost port number) ex : "192.168.43.17:8080/fetch"