Giter VIP home page Giter VIP logo

raptor's Introduction

raptor

一个简易的 C++ 网络库,目前有 EPOLL 和 IOCP 两种实现。

框架示图:

架构示图

使用事项

raptor 提供 C++ 接口和兼容 C 的函数接口(include/c.h)。使用时需要使用者提供完整的协议支持,raptor本身没有协议,只会用其中两个协议相关的函数(include/protocol.h)用来解析协议的数据包。所以在调用 raptor 发送接口时,也要确保该数据的头部已经包含协议头信息。

TODO

待完成事项

  • raptor 内部的可配置参数的实现
  • example 与文档
  • 测试用例
  • 基于 kqueue 的实现

raptor's People

Contributors

shadow-yuan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

jcoutman

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.