|
|
|
|
|
by janekm
1733 days ago
|
|
Nothing so complicated.
All that's needed is a local cache so that when you type a new message in the chat window, you immediately see it appear when you hit submit (optionally with an indication of when the message was received by the peer).
But there's quite a bit of tooling required to reliably update the local cache, run the code both in the client and on the server. |
|