add connection messages
add human time for message renders
cache message and redraw screen
This kind of works.
try
deno run --allow-all --unstable server.js
and on the client
deno run --allow-all -unstable client.js
and they should connect and you can chat with multiple clients.
MIT