non-blocking-io
There are 76 repositories under non-blocking-io topic.
drogonframework/drogon
Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows
apple/swift-nio
Event-driven network application framework for high performance protocol servers & clients, non-blocking.
ParallelSSH/parallel-ssh
Asynchronous parallel SSH client library.
graphform/swim
Full stack application platform for building stateful microservices, streaming APIs, and real-time UIs
an-tao/trantor
a non-blocking I/O tcp network lib based on c++14/17
deminy/swoole-by-examples
Learn Swoole by Examples
kehengzhong/adif
用标准c语言开发的常用数据结构和算法基础库,作为应用程序开发接口基础库,为编写高性能程序提供便利,可极大地缩短软件项目的开发周期,提升工程开发效率,并确保软件系统运行的可靠性、稳定性。
BurgerGroup/Burger
:hamburger: c++11 Server based on coroutine and reactor
yetone/mirdb
MirDB: A Persistent Key-Value Store with Memcached protocol.
hopsoft/local_bus
A lightweight pub/sub system for decoupled intra-process communication in Ruby applications
ikorennoy/jasyncfio
Java asynchronous file I/O based on io_uring Linux interface
michel-kraemer/actson-rs
🎬 A reactive (or non-blocking, or asynchronous) JSON parser
ocaml-tui/tty
A pure OCaml library for working with terminals
luffyke/learn_undertow
learn undertow
H-ZhiKun/qt6-devices-Integration
A Qt6.5 application for seamless management and control of various devices, including Cognex vision systems, Domino printers, PLC devices, and Baumer cameras, along with HTTP API and MySQL database interaction tools.
farwish/PCP
PHP Concurrent Programming | PHP 并发编程
karellen/geventmp
GeventMP - Gevent Multiprocessing Extension
anassajaanan/Nginx-2.0
Nginx 2.0 is a high-performance, non-blocking web server that leverages event-driven architecture. Inspired by the original Nginx, it is further optimized with cross-platform I/O multiplexing to deliver exceptional efficiency and scalability.
devnw/alog
Fully concurrent, non-IO blocking Logger for Go
Frees0u1/smuduoChatServer
基于Muduo精简实现的Smuduo,在保留原有功能和特性(事件驱动的Reactor模式,非阻塞IO)的基础上,移除boost库依赖,大量使用C++11新特性.
arashsm79/chame
Chatting platform with mini games written in Java using Non-blocking IO, channels, selectors, connection pools, and JavaFX.
Konloch/Vortex-IO
Vortex IO is an easy-to-use high performance non-blocking zero dependency socket server API for Java.
aroraayush/java-netty-protobuf-chat-application
P2P Netty Chat application | A simple chat client and server with Netty with Protocol Buffers as chat wire format.
mehdi-reza/vert.x
Learn vert.x
oonisidesu/webserv
HTTP/1.1 compliant web server built from scratch in C++98. Features non-blocking I/O, CGI support, and handles multiple clients concurrently without threading.
phvia/firman
PHP Multi-process and Non-blocking I/O Socket Library.
Sekula34/webserv2.0
HTTP server in c++ 98 Standard
zeldigas/aws-sdk-non-blocking
Experimental project for making async _and_ non-blocking alternative for aws java sdk
DevOpsThinh/PLFarming
Precision livestock farming is a dynamic approach to monitoring that involves the continuous observation of animals through various methods with Artificial Intelligence.
DmMeta/sshp4ru
A port of sshp in Rust
e-kose/WebServer
C++ ile HTTP/1.1 destekli web sunucusu implementasyonu.
HananelSabag/event-driven-chat-server
A scalable, event-driven chat server implemented in C for real-time communication.
nkilm/exploring-redis
Implementing core functions of Redis(in-memory database) in C/C++
raveriss/ft_irc
Projet de développement d’un serveur IRC en C++98, suivant les standards du protocole IRC. Le serveur supporte plusieurs connexions simultanées, des opérations non bloquantes, et permet aux clients de rejoindre des canaux, d’envoyer des messages privés, et de gérer des opérateurs de canaux.
tarikkudesu/server
It's time that we built our own HTTP web-server in c++98!