Skip to content
forked from chenshuo/muduo

A C++ non-blocking network library for multi-threaded server in Linux

License

Notifications You must be signed in to change notification settings

wangzhimin/muduo

This branch is 41 commits behind chenshuo/muduo:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

30756c7 · Nov 28, 2018
Nov 28, 2018
Oct 24, 2018
Oct 24, 2018
Nov 6, 2018
Oct 22, 2018
Oct 24, 2018
Oct 17, 2018
Oct 22, 2018
Oct 24, 2018
Oct 23, 2018
Oct 25, 2018
Mar 14, 2014
Oct 24, 2018
Oct 22, 2018
Oct 8, 2013

Repository files navigation

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

  __  __           _
 |  \/  |         | |
 | \  / |_   _  __| |_   _  ___
 | |\/| | | | |/ _` | | | |/ _ \
 | |  | | |_| | (_| | |_| | (_) |
 |_|  |_|\__,_|\__,_|\__,_|\___/

About

A C++ non-blocking network library for multi-threaded server in Linux

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 95.4%
  • CMake 3.5%
  • Other 1.1%