This commit is contained in:
talksik
2024-01-27 10:25:17 -08:00
parent 16527cb3fb
commit cbe57d4c18
2 changed files with 6 additions and 5 deletions
+6
View File
@@ -2,3 +2,9 @@
1. run local server within network
2. run client on different computers within network
# Brainstorm
Client should connect to websocket server. On connect, client receives a cache of most recent messages.
On sending message, it is broadcasted to all connected clients, including sender.