Skip to content
/ muduo Public
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

sprlee/muduo

This branch is 35 commits ahead of, 110 commits behind chenshuo/muduo:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a3327e2 · Apr 17, 2018
Jan 17, 2018
Nov 13, 2015
Apr 17, 2018
Apr 17, 2018
May 7, 2010
Apr 17, 2018
Apr 17, 2018
Jan 18, 2018
Mar 14, 2014
Jul 27, 2015
Jan 11, 2013
Mar 5, 2013
Aug 2, 2013
Sep 12, 2014
Dec 22, 2017
Oct 8, 2013

Repository files navigation

Muduo is a multithreaded C++ network library based on
the reactor pattern.
It runs on Linux with kernel version >= 2.6.28.
http://code.google.com/p/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.

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

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%