I'm using node js, to build a virtual whiteboard, where 2 or more clients can write on the board, using socket.IO module.
For the board, I used p5.js. Is there a way to save the state of the canvas (board). Whenever a client reloads the page, the contents of the board is cleared. I don't want this to happen. And idea on how this can be done?