Files
homechat/README.md
T
talksik 9059a28ac1 todos
2024-01-27 14:50:36 -08:00

17 lines
599 B
Markdown

# How it works
1. run local server within network (use `server.sh`)
2. run client on different computers within network (run `client.sh`)
_Make sure to edit `client/src/Main.cpp` to the right ip address based on which computer you hosted the server.
# 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.
![](https://i.imgur.com/wjnZKju.jpg)
# Todo
- [ ] figure out how to dockerize the server
- [ ] port-forward server through homelab reverse proxy