Skip to content
#

non-blocking-io

Here are 18 public repositories matching this topic...

C++ implementation of RFC-compliant IRC server utilizing socket programming with non-blocking I/O via select(). Features client-server architecture supporting concurrent connections, channel operations, private messaging, user authentication, and operator privileges with full command parsing and execution.

  • Updated Apr 19, 2025
  • C++

ft_irc is an IRC server developed in C++, designed to provide a robust and feature-rich communication platform. It handles multiple clients simultaneously, supports standard IRC commands and channel management features, and integrates a bot for an interactive game. The server ensures non-blocking I/O operations. Compatible with official IRC clients

  • Updated Aug 5, 2024
  • C++

Improve this page

Add a description, image, and links to the non-blocking-io topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the non-blocking-io topic, visit your repo's landing page and select "manage topics."

Learn more