I'm new to Node.js and have written an chat in Node.js trough socket.io. It works well.
But what disturbs me is, when i reload the page, the whole chat data is gone. The chat box is clear.
How i can save all the data? Is it possible without logging anything?