DEV Community

Discussion on: How to hide your API endpoints while making an electron app?

Collapse
 
thespiciestdev profile image
James Allen

Think about video games and how well DRM has worked preventing users seeing the insides of shipped games.

You could obscure your code and endpoints but nothing you ever give to your clients will be truly "hidden" from them.

The more you obscure, the more of a fun challenge you'll give to a reverse engineer!