Stars
使用 C++ 11 重构陈硕的 muduo 库,去除 boost 依赖。内部实现有 HTTP 服务器,可支持 GET 请求。
A C++17-based lightweight high-performance network library
Simple RPC framework. Mainly used for solving remote call problem with mutiple service.
7 days golang programs from scratch (web framework Gee, distributed cache GeeCache, object relational mapping ORM framework GeeORM, rpc framework GeeRPC etc) 7天用Go动手写/从零实现系列
Backend master class: build a simple bank service in Go
Raft distributed consensus algorithm implemented in Rust.
Distributed SQL database in Rust, written as an educational project
A geo-distributed KV store for metadata management
An asynchronous logging library for high performance
一个go语言的轻量级的快速实现任务调度的框架,支持并发控制、超时控制和重试。框架预置函数执行器和docker执行器,快捷进行函数调度和 docker 调度。
A Golang implemented Redis Server and Cluster. Go 语言实现的 Redis 服务器和分布式集群
慕课 liuyubobobo「玩转数据结构」课程的 Go 语言实现版本
Extensible network application framework inspired by netty