Write file on the server with node

Hi,
In this project
https://glitch.com/edit/#!/nodequizz
I use fs to write txt file on the server
When I read the file from the server.js and write the content I can see it in the log.
But I can’t see the file quizz.txt in the list of the files of my project on the left of the windows
Is it normal
Thanks for your answer

Hi @osupk8, yes this is normal. See this help doc for details.

1 Like