27 个仓库
Libraries and frameworks for building asynchronous network applications and communication protocols.
Explore 27 awesome GitHub repositories matching part of an awesome list · Network Frameworks. Refine with filters or upvote what's useful.
File Browser is a self-hosted application that provides a web-based interface for managing files and directories on a server. It functions as a virtual file system abstraction, allowing users to browse, organize, and edit text-based files directly within their browser without requiring local access to the server. The platform distinguishes itself through a comprehensive command-line interface that enables full administrative control over system configurations, user accounts, and automation hooks. It supports a flexible, event-driven architecture where custom shell scripts can be triggered aut
Web-based file management interface for servers.
Pingora is a Rust-based framework for building high-performance network services, including HTTP reverse proxies, layer seven load balancers, and TLS termination proxies. It serves as an asynchronous network library designed to intercept and route HTTP, gRPC, and WebSocket traffic between clients and upstream backend servers. The project enables zero-downtime service updates by handing over listening sockets between processes during binary or configuration upgrades. It utilizes a programmable multi-phase pipeline to modify request and response bodies and headers, and it provides a pluggable T
Asynchronous framework for building programmable network services.
uWebSockets is a high-performance networking engine providing an HTTP web server and a WebSocket server framework. It implements a multi-threaded event loop architecture to deploy isolated application instances across multiple CPU cores and includes an SSL/TLS network layer for secure, encrypted communication. The project features a dedicated WebSocket pub/sub engine for distributing messages to specific groups of connected clients. It optimizes network throughput through syscall corking to reduce kernel overhead and employs payload compression to minimize data transfer sizes. The system cov
High-performance WebSocket and HTTP server implementation.
Muduo is a C++11 event-driven network library and framework designed for building high-concurrency Linux servers. It provides a toolkit for implementing scalable network services and socket communication using non-blocking I/O and asynchronous event processing. The framework implements a multi-threaded TCP server architecture that distributes connection handling across multiple CPU threads to maximize server throughput. This is achieved through a one-loop-per-thread model and a reactor pattern implementation, which dispatch network events from a central demultiplexer to registered handler fun
Event-driven network library for multi-threaded C++ servers.
Workflow is an asynchronous C++ task engine designed for building distributed systems and high-performance network services. It provides a framework for orchestrating complex sequences of network, file, and computational operations, allowing developers to compose these tasks into parallel workflows. The library functions as a toolkit for implementing scalable servers and clients for protocols such as HTTP, Redis, MySQL, and Kafka. It distinguishes itself through a task-based concurrency model that manages non-blocking operations and coordinates service discovery, load balancing, and traffic r
Parallel computing and asynchronous networking engine for C++.
libhv is a high-performance C/C++ network library and event-driven I/O framework used to build TCP, UDP, SSL, HTTP, WebSocket, and MQTT clients and servers. It provides a non-blocking event loop for managing network sockets, timers, and system signals across multiple threads. The project is distinguished by its integrated support for specialized network roles, including a full HTTP web server with RESTful routing and middleware, an MQTT messaging client for IoT communication, and the ability to implement SOCKS5 and HTTP proxies. It also features a reliable UDP implementation to ensure ordered
Easy-to-use network library for TCP, UDP, and WebSocket services.
Handy is a C++11 network server framework and event-driven networking engine designed for building high-performance concurrent TCP and UDP servers. It functions as an asynchronous I/O library and an HTTP server implementation that separates asynchronous network I/O from synchronous business logic to simplify server development. The framework distinguishes itself by utilizing platform-specific event notifications to manage millions of simultaneous network connections and providing an SSL/TLS network wrapper for encrypted asynchronous data transmission. It implements a half-sync/half-async proc
Simple C++11 network framework for high-concurrency server development.
DotNetty 是一个用于 .NET 的异步网络框架和事件驱动网络库。它是 Netty 架构的移植版本,专为构建高性能协议服务器和客户端而设计。 该框架支持开发能够处理并发连接和高吞吐量数据流的网络应用,且不会阻塞执行线程。它支持通过定义的编码和解码规则来实现自定义网络协议。 该库利用基于流水线的处理模型和非阻塞 I/O 来管理网络流量。其架构整合了事件循环驱动模型、用于请求分发的 Reactor 模式,以及带有引用计数的自定义缓冲区系统以管理内存。
Port of a high-performance event-driven network application framework.
Good Game, Peace Out Rollback Network SDK
Network SDK for implementing rollback-based synchronization in games.
The best HTTP Static File Server, write with golang+vue
Cross-platform file server with a web-based interface.
Header-only, event based, tiny and easy to use libuv wrapper in modern C++ - now available as also shared/static library!
Header-only wrapper for asynchronous event-driven network libraries.
Cross platform network library with C++11
Asynchronous network library for C++ applications.
HTTP server implementation specifically for Unity projects.
High-level networking library for client-side prediction and reconciliation.
High-performance TCP server and client communication library.
Lightweight UDP socket abstraction for message-oriented protocols.
Implementation of asynchronous network communication for .NET.