Code Monkey home page Code Monkey logo

xop's Introduction

C++11实现的轻量级网络框架

项目介绍

  • 在工作中需要实现一个跨平台的流媒体转发服务,在参考了开源项目muduo和live555的设计后,重新封装了一个简单的网络框架。感谢muduo, 感谢live555。

项目案例

目前情况

  • 支持Windows和Linux平台, 在Windows下使用select, Linux下使用 epoll。
  • 实现了定时器,触发事件,日志,环形缓冲区, 内存池等模块。

编译环境

  • Linux: ubuntu16.04 -- gcc4.7
  • Windows: win10 -- vs2015

整体框架

image

后续计划

  • 增加多线程支持。
  • 增加对象池。
  • 其他优化。

其他

xop's People

Contributors

phz76 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.