'Safe electron app that makes requests to another server web application

I want to create an electron app that supports sns features(upload videos, photos, basically share some info (nothing personal). I know that electron only has access to local addresses so I was thinking I could have another web server in between clients of the electron app and electron app, via node.js/express, make requests to the webserver. But would this be safe?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source