Thank you for your help.
Would it be possible to display the published websocket API on the website (under my control) through another server (under my control)?
*We have agreed to use it, and there will be no data processing on the route
For example, there is a websocket API that delivers temperatures at a certain point, and because you don't want to let traffic flow from your website, you relay it to other servers, and users of the website get data from it.
Thank you for your cooperation.
api websocket
Yes, it's possible.
You will be writing a program that connects to the API server as a WebSocket client and acts as a WebSocket server to users at your site.
© 2024 OneMinuteCode. All rights reserved.