]> git.cworth.org Git - zombocom-ai/commit
Add peristence of comments
authorCarl Worth <cworth@cworth.org>
Wed, 7 Dec 2022 05:21:29 +0000 (21:21 -0800)
committerCarl Worth <cworth@cworth.org>
Wed, 7 Dec 2022 05:31:52 +0000 (21:31 -0800)
commit1cc6597bbdff00d6355c83069edb891cefa57c28
tree2b21362c20b6cfde43dfdae004c6539e81fdab54
parentcd5180d5792ef69890654c5ad0bb06f7aca43582
Add peristence of comments

The server saves every message it receives, and replays them to each
new client when it joins.

Note: The server is only holding messages in memory, so there's not
yet any persistence across server restarts.
index.js