Hello, I'm👋
Mohamed Bousoufi




IRC
C++ Chat Server
Ever wondered how chat apps like Discord work under the hood? I built my own chat server in C++ that handles real-time messaging for multiple users simultaneously. It's got everything you'd expect—secure logins, private DMs, public channels—all running over TCP connections. The coolest part was optimizing it to handle hundreds of messages per second without breaking a sweat.Â
