Implementation of Multi - Client and Single Server code design implemntation using Modern CPP constructs
Concepts: Singleton class via Unique Smart Pointer, Concurrency (Asynchronous Thread Calls), OOPs (Object Oriented Programming)
Folder Distribution Schema:
- build folder : Comprises of all CMake files
- include folder : Comprises of all .h files
- source folder : Comprises of all .cpp defintion files of all required .h files