A very simple chat application with it's server application. If you ever thought your chatting app of your choice was too secure and well functioning, then you've come to the right place!
To use, boot up a server with the ip and port you want to bind to (can be your private ip if you'd want to LAN) and then run up as many clients as you want, connecting to that port and address from the server with an username
to build you need:
- boost
- imgui
- glfw
just including the repos in the packages directory should do. Boost should work if it is in the system default dir (e.g. C:/boost for windows) so if thats the case, feel free to avoid having to copy it on the packages dir
