Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 690 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 690 Bytes

CppChat

cpp boost Linux gui

A server-client asynchronous application using Transmission Control Protocol, developed in cpp using Boost.Asio for networking and QT as the GUI.

GOALS


Networking

  1. Build asynchronous server.
  2. Build asynchronous client.
  3. Develop server-client communication standard.
  4. Test communication with various clients.
  5. Build local database for better caching.

User interface

  1. Test simple gui with QT.
  2. Attach user events with backend.