Git Product home page Git Product logo

mytinymuduo's Introduction

项目介绍

该项目基于C++11实现的仿muduo网络库

目录结构

myTinyMuduo/
|
|-- base/
| |-- chat-client.cpp # 聊天客户端
| |-- test-client.cpp # 测试客户端
| |-- server.cpp      # 服务器
|
|-- img/ # 自述文件依赖的图片
|
|-- include/
| |-- Acceptor.hpp
| |-- Buffer.hpp
| |-- Channel.hpp
| |-- Connection.hpp
| |-- EchoServer.hpp    # 实现的简易Echo服务器, 用来测试网络库
| |-- Epoll.hpp
| |-- EventLoop.hpp
| |-- InetAddress.hpp
| |-- Logger.hpp
| |-- Socket.hpp
| |-- TcpServer.hpp
| |-- ThreadPool.hpp
| |-- TimeStamp.hpp
|
|-- src/
| |-- Acceptor.cpp
| |-- Buffer.cpp
| |-- Channel.cpp
| |-- Connection.cpp
| |-- EchoServer.cpp
| |-- Epoll.cpp
| |-- EventLoop.cpp
| |-- InetAddress.cpp
| |-- Logger.cpp
| |-- Socket.cpp
| |-- TcpServer.cpp
| |-- ThreadPool.cpp
| |-- TimeStamp.cpp
|
|-- makefile
|-- .gitignore

参考资料

1. 陈硕的muduo库: https://github.com/chenshuo/muduo
2. TinyWebServer: https://github.com/qinguoyi/TinyWebServer
3. 博客: https://www.cnblogs.com/S1mpleBug/p/16712003.html
4. 书籍:《Linux多线程服务端编程: 使用muduo C++网络库》

mytinymuduo's People

Contributors

0waq avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.