Is it safe to build a game with javascript + electron + three.js? -


nothing massive scale of mmorpg, small game faster light.

anyone can open dev tools, wondering if possible add protection against cheat engine or if can implement prevent users running own javascript game.

i understand writing games in javascript not best solution because inefficient, want try.

according this thread in developer forum, there way force dev tools close whenever open using following code:

win.webcontents.on("devtools-opened", () => {   win.webcontents.closedevtools(); }); 

Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -