'sending data through API from Client to Host server's localhost
Imagine having a weak client which is connected to a powerful host server via VPN. Furthermore, in the host server an web app (Django or flask) is running on localhost awaiting data, What we want to do is send that data with API from client to host's localhost but we don't have access to localhost from client. There are some ways to accomplish this goal ( like ngrok). However, We wonder if there are any better ways for doing this.
thank you for your time in advance.
PS. the data we want to send is frames of video
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
