A server-client asynchronous application using Transmission Control Protocol, developed in cpp using Boost.Asio for networking and QT as the GUI.
- Build asynchronous server.
- Build asynchronous client.
- Develop server-client communication standard.
- Test communication with various clients.
- Build local database for better caching.
- Test simple gui with QT.
- Attach user events with backend.