High-Performance Chat Server in C++ using Coroutines and epoll
Apr 26, 2025 · 6 min read · Building on my previous exploration of a traditional event-driven chat server in C++ with epoll, I've now implemented a modern solution using C++20 coroutines. While both approaches leverage epoll's efficiency, coroutines provide a more natural, sync...
Join discussion
