]> git.cworth.org Git - zombocom-ai/commitdiff
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)
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.


No differences found