This project is about writing My own HTTP server
-
Updated
Apr 12, 2023 - JavaScript
This project is about writing My own HTTP server
Practice project to implement IO Multiplexing HTTP server written in C++.
Swift wrapper around libevent for event-driven, non-blocking I/O and async TCP sockets. Uses kqueue on Apple platforms and epoll on Linux. Swift 6 concurrency.
Audio Streaming over TCP in C
A header-only network library which provides flexible protocol and event-loop with non-blocking IO and event-callback.
HTTP server in c++ 98 Standard
Building NON-BLOCKING, ASYNC IO servers using epoll() and threadpool utilities provided by LINUX KERNEL
C++98을 이용한 HTTP/1.1 웹 서버 구현
커스텀 소켓 서버 프레임워크 / Custom socket server framework ( TCP/UDP support, asynchronous I/O, thread pool, extensible architecture)
A from-scratch HTTP/1.1 web server in C++98. This 42 school project handles concurrent clients with select(), parses requests, and supports CGI for dynamic cont
It's time that we built our own HTTP web-server in c++98!
remote/local port forwarding in Python, with nonblocking socket, event IO and TCP/UDP tunnel
Real-time video streaming pipeline built from scratch in Python, utilizing RTSP for request handling and RTP for media packetization.
An nginx like HTTP server from scratch. Async io using poll syscall
A simple HTTP server in C
simple event-driven HTTP server made from scratch
Understand multiplexing and demultiplexing from toy-track intuition to practical systems.
An online banking application with a sample client and a server that uses I/O multiplexing to serve multiple clients simultaneously
Configurable HTTP web server built from scratch in C++ using TCP sockets, I/O multiplexing, CGI, and Nginx-style configuration.
Add a description, image, and links to the io-multiplexing topic page so that developers can more easily learn about it.
To associate your repository with the io-multiplexing topic, visit your repo's landing page and select "manage topics."