kqueue
There are 92 repositories under kqueue topic.
panjf2000/gnet
🚀 gnet is a high-performance, lightweight, non-blocking, event-driven networking framework written in pure Go.
emcrisostomo/fswatch
A cross-platform file change monitor with multiple backends: Apple macOS File System Events, *BSD kqueue, Solaris/Illumos File Events Notification, Linux inotify, Microsoft Windows and a stat()-based backend.
eradman/entr
Run arbitrary commands when files change
mitchellh/libxev
libxev is a cross-platform, high-performance event loop that provides abstractions for non-blocking IO, timers, events, and more and works on Linux (io_uring or epoll), macOS (kqueue), and Wasm + WASI. Available as both a Zig and C API.
Allenxuxu/gev
🚀Gev is a lightweight, fast non-blocking TCP network library / websocket server based on Reactor mode. Support custom protocols to quickly and easily build high-performance servers.
caozhiyi/CppNet
Cross platform network library with C++11
xtaci/gaio
High performance minimalism async-io(proactor) networking for Golang.
iqiyi/libfiber
The high performance c/c++ coroutine/fiber library for Linux/FreeBSD/MacOS/Windows, supporting select/poll/epoll/kqueue/iouring/iocp/windows GUI.
jserv/facebooc
Yet another Facebook clone written in C
fengyoulin/ef
Event Framework, implemented the coroutine scheduling based on IO events. Support poll, epoll, event port and kqueue.
vertexclique/nuclei
Proactive IO & Runtime system
tardy-org/tardy
An asynchronous runtime for writing applications and services. Supports io_uring, epoll, kqueue, and poll for I/O.
lithdew/pike
Async I/O for Zig
zon-dev/zinc
Zinc is a web framework written in pure Zig with a focus on high performance, usability, security, and extensibility.
cheng-zhongliang/event
Simple I/O event notification library wirtten in Golang
daniel-pedersen/SKQueue
Monitor changes to files and directories using kernel event notifications (kqueue) in Swift
heiher/hev-task-system
A simple, lightweight multi-task system (coroutines)
RamseyK/httpserver
A high performance, single threaded, HTTP/1.1 server written in C++ as a learning tool. Uses kqueue for event management, therefore is *BSD / macOS only!
hslam/netpoll
Package netpoll implements a network poller based on epoll/kqueue.
libxengine/libxengine
xengine is network,protocol,video and audio codec,streammedia protocol toolkit with c c++
codepr/ev
Lightweight event-loop library based on multiplexing IO
johnae/spook
Lightweight programmable evented utility based on LuaJIT and ljsyscall
patrykstefanski/libfev
A library for events and fibers
vapor-community/async
⏱ Promises and reactive-streams in Swift built for high-performance and scalability.
watsonserve/webCpp
用C++开发web服务器框架
kibaamor/knet
A cross platform lock-free and timer-supported C++11 network library.一个跨平台的无锁且支持定时器的C++11网络库。
dunglas/go-fswatch
Go bindings for libfswatch
shuai132/SocketPP
a lightweight C++ TCP socket library powered by epoll/kqueue, for study.
anuragsoni/kqueue-ml
OCaml bindings to kqueue
forcemain/xm2cloud_term
powerful webssh that developed with django, channels, xterm,ioloop
jeremyko/ASockLib
a simple, easy to use cross-platform c++11 header-only socket library for linux, macOS, windows
diznq/80s
280 kB minimalistic HTTP server with async I/O and hot-code reloading
nidium/libapenetwork
Fast cross-platform async network library
uliwitness/UKFileWatcher
A bunch of classes for detecting changes of files and folders. Extracted from UliKit. Home of UKKQueue.
faceair/fastsocket
⚠️⚠️⚠️ DEPRECATED
sethmlarson/selectors2
Backported, durable, and portable selectors designed to replace the standard library selectors module.