With NWJS you can write/read any files, either silently, or prompting the user to select file location.
So if you need to save game progress (level, health etc), you can compose a string variable with these values and then write it to a disk file. You can also save the entire game state to a text file if you want, using SaveStateJSON expression.