Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign up
A C++ non-blocking network library for multi-threaded server in Linux
http://code.google.com/p/muduo
Permalink
| Type | Name | Latest commit message | Commit time |
|---|---|---|---|
| Failed to load latest commit information. | |||
|
|
.github |
|
|
|
|
contrib |
|
|
|
|
examples |
|
|
|
|
muduo |
|
|
|
|
patches |
|
|
|
|
.clang-tidy |
|
|
|
|
.gitignore |
|
|
|
|
.travis.yml |
|
|
|
|
BUILD.bazel |
|
|
|
|
CMakeLists.txt |
|
|
|
|
ChangeLog |
|
|
|
|
ChangeLog2 |
|
|
|
|
License |
|
|
|
|
README |
|
|
|
|
WORKSPACE |
|
|
|
|
build.sh |
|
|
README
Muduo is a multithreaded C++ network library based on the reactor pattern. http://github.com/chenshuo/muduo Copyright (c) 2010, Shuo Chen. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the License file. Requires: Linux kernel version >= 2.6.28. GCC >= 4.7 or Clang >= 3.5 Boost (for boost::any only.) Tested on: Debian 7 and above Unbuntu 14.04 and above CentOS 7 and above To build, run: ./build.sh See https://github.com/chenshuo/muduo-tutorial for how to use muduo in your project. __ __ _ | \/ | | | | \ / |_ _ __| |_ _ ___ | |\/| | | | |/ _` | | | |/ _ \ | | | | |_| | (_| | |_| | (_) | |_| |_|\__,_|\__,_|\__,_|\___/