I'm currently creating a client application with nodejs. But everytime i test it outside the server computer then I have to use its internel IP address to send request to server. I want something that can do this without using its server's IP. Is it possible? I'm using ethernet and switch in this case. Thank you.
How to get to send the current network's server using nodejs
17 Views Asked by Orion At
0
There are 0 best solutions below
Related Questions in NODE.JS
- Using Puppeteer to scrape a public API only when the data changes
- How to request administrator rights?
- How do I link two models in mongoose?
- Variable inside a Variable, not updating
- Unable to Post Form Data to MongoDB because of picturepath
- Connection terminated unexpectedly while performing multi row insert using pg-promise
- Processing multiple forms in nodejs and postgresql
- Node.js Server + Socket.IO + Android Mobile Applicatoin XHR Polling Error...?
- How to change the Font Weight of a SelectValue component in React when a SelectItem is selected?
- My unban and ban commands arent showing when i put the slash
- how to make read only file/directory in Mac writable
- How can I outsource worker processes within a for loop?
- Get remote MKV file metadata using nodejs
- Adding google-profanity-words to web page
- Products aren't displayed after fetching data from mysql db (node.js & express)
Related Questions in SERVER
- Sending data from C++ server to React.js client
- Deploy Flutter and Laravel php mobile app on the host server
- Protect Server Actions with Next Auth in Next JS 14
- Cannot interact with netcat server over distance
- Facing fatal errors while running "yum update" command on CentOS 7/Cloudlinux 7
- Is there any way to set a printer as default according with Active Directory Policy Security Group and PC hostname?
- How to run GRPC and REST server on same port in Go?
- Share files from the server without data or internet usage
- Django Not Sending Tasks to Celery in Production
- Install Postfix Mail Server
- Is it viable proxying all my mobile apps requests, to some kind knowing that a request is coming from a secure source
- How does a server handle multiple requests, and how does is know where to send which response?
- Trying to launch batch file from powershell, and immediately closes
- Apache: How can I redirect to a subfolder with a URL param but serve required content via the main URL?
- Developing on a remote server an app symfony
Related Questions in IP
- How to use a proxy to obtain a static IP for my Node.js application?
- PHP Get IPv4 Address
- Unable to correctly configure StrongSwan with site-to-site connection and road warrior
- Can I know the namespace of my k8s Pod only by looking at its IP?
- data transfer to ip address using osi model
- Search web address from IP
- Deploy my Django project in my private network
- Generate country names from IP Addresses in R and saving these as a new variable in a dataframe
- Connect to a specific country using Psiphon vpn from Command line
- FastCourier API - Invalid ip accessing app
- TCP/IP Server Using sockets Java
- Calling service with localhost or machine IP for internal calls?
- What does "Simultaneous Live View Up to 6 channels" imply for a IP Camera specification
- X-Forwarded-For in the request-ip package potential bug
- How to scan and message devices connected to OpenThread border router from Android app?
Related Questions in CLIENT
- Echo behaviour of Microsoft Windows Telnet Client
- Client in C# using Sockets
- NEXTJS14 DRIZZLE : Async issue when trying to post data from component into DB
- how to get rid of cannot access a closed pipe exception in C#
- Running a web application from external network client pc
- How to communicate between a server side and client side component in Next.js
- Server side rendering and client side rendering
- Can not send data from client to server
- Flask: Sending File Between Two Servers Results in Empty `request.files` on Receiver Server
- GittyUp - Git-Client: Unable to see the changed files list on the right of the `Diff` window
- my epoll server can not detect client disconnection
- getting client IP address in a webserver
- Socket returning empty data
- Error after ending code that use tkinter with thread
- HTML file and client side storage Javascript related question, is it possible?
Related Questions in ETHERNET
- How to use WiFi and Ethernet at same time?
- What is the correct way to setup and use the Ethernet library in Arduino in order to send and receive UDP broadcast messages between LAN devices?
- Arduino IDE: The IP address was not printing in serial monitor
- I don't know where to start with ethernet communication with Automation Direct P1AM-200 ETH module communication
- How do I know when the dsa_loop and dsa_loop_bdinfo linux kernel modules are working?
- How can I upload data from Arduino uno ethernet shield to mongodb Atlas
- Access flask server hosted on Raspberry Pi on Android phone connected via ethernet
- Python code for read/write binary file and convert it to .pcap
- Should my PC recognize my Arty A7-100T FPGA?
- How to get to send the current network's server using nodejs
- How can I get a Python socket object to read a continuous stream of raw TCP/IP data over ethernet connection?
- Need CAPL script to find fin or RST messages over TCP connection - DOIP
- Socket implementation with micropython and WIZNET5500
- UDSonIP vehicle announcement
- Packet Sniffing on Mirrored Port - Missing Packets when UDP Message > 50kb (Python, Scapy)
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?