I've written a simple game in an HTML file and javascript script. It presents the user with choices and reacts to them. I'd like to log those choices in a text file, but have discovered that Javascript isn't really suited for those sorts of file operations. So I've tried to learn node.js and read a bunch of tutorials, but those jump into routes, http servers and other complex (to me) topics; all I need is to serve a single webpage, with the node.js file IO. Can anyone direct me to an example or tutorial that might work for me?