kac723 / WebChat

This is a simple Web Chat application with GUI developed in C++ using Boost Asio and WxWidgets
0 stars 0 forks source link

WebChat

This is a simple Web Chat application with GUI developed in C++ using Boost Asio and WxWidgets

Build: Just a regular cmake build so far: Go to WebChat folder mkdir build cd build cmake .. make