Skip to content
#

non-blocking-io

Here are 79 public repositories matching this topic...

HTTP/1.1 web server implementation in C++98 with non-blocking I/O, CGI support, and NGINX-style configuration. Handles multiple simultaneous connections using poll(), supports GET/POST/DELETE methods, virtual hosts, file uploads, and custom error pages.

  • Updated Dec 14, 2025
  • C++

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++

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