io-multiplexing
There are 16 repositories under io-multiplexing topic.
TN19N/WebServ
This project is about writing My own HTTP server
nazhizq/droplet.io
A header-only network library which provides flexible protocol and event-loop with non-blocking IO and event-callback.
wonyangs/webserv
C++98을 이용한 HTTP/1.1 웹 서버 구현
yavuzsonmez/42-Webserv
NGINX-like HTTP/1.1 server using TCP sockets and I/O multiplexing written in C++98
Arivima/42_webserv
simple event-driven HTTP server made from scratch
fansuregrin/Yawn
A high-performance and light-weight HTTP server implemented in C++
TechWithRamaa/CPlusPlus-Server-Battlegrounds
Building NON-BLOCKING, ASYNC IO servers using epoll() and threadpool utilities provided by LINUX KERNEL
yulewei/io-multiplexing-demo
使用 I/O 多路复用函数 select、poll、epoll 和 kqueue 以及 libevent 库,各自实现 echo 服务的示例代码
ggjulio/webserv
An nginx like HTTP server from scratch. Async io using poll syscall
magnitopic/webserv
HTTP server in C++ 98
MrChunckuee-Electronics/PIC18F25K83-XC8_Examples
Ejemplos usando el PIC18F25K83 y el compilador XC8 de Microchip
nikisetti01/C_booking_resturant_application
Resturant Application for network primitive use and socket management
Paolo309/p2p-distributed-covid-tracking
Computer Networking coursework project - Progetto di Reti Informatiche (Università di Pisa)
kotto5/webserv
Http Server like nginx (single thread, single process) which can communicate CGI server.
leogaudin/webserv
The goal of the project is to build a C++98 compatible HTTP web server from scratch.
rafaelabdm/Webserv
This project is about writing your own HTTP server.