A C-based chat application for real-time, multi-client messaging without the overhead of high-level frameworks.
This architecture follows a centralized server-client model, where a dedicated hub manages concurrent connections and manages real-time communication between all connected users.
This project is ongoing. Goals to work towards but not limited to:
- Implement a small corner GUI (?)
- Turn into a CLI tool
- Better and easier accessibility (get a domain)
- Better security (remove globals, etc.)
- Embedded application (?)