This commit is contained in:
2026-07-22 21:49:18 -05:00
parent 8a97a32823
commit 86becee951
3 changed files with 7 additions and 6 deletions

View File

@@ -28,8 +28,8 @@ Similarly, a list of dependent linux packages:
## Development plan:
- [x] Build & project setup, get working hello-world program.
- [x] TCP Demo between client and server
- [ ] Add TLS with OpenSSL on top of the TCP
- [ ] Build and deploy server to a Docker container in a CI/CD pipeline
- [ ] Add TLS with OpenSSL on top of the TCP
- [ ] Build and deploy server to a Docker container in a CI/CD pipeline (they have windows containers 🤯)
- [ ] Implement PostgreSQL interfacing for the server
- [ ] Checkpoint the client<->server model for basic crud actions
- [ ] Create client GUI with QML: display responded messages and textbox + button for sending