A multithreaded C++ chat server with a worker pool and client
NetWeaveDemo.mp4
- g++, gdb, cmake, build-essentials, ninja-build
This C++ implementation of the server mainly focuses on managing active clients via a WorkerPool and Epoll for scalability.
For an implementation of the same I wrote using C and pthreads, checkout this.