Skip to content
View guoxuanhan's full-sized avatar
Block or Report

Block or report guoxuanhan

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
guoxuanhan/README.md

Welcome 👋

  • 👋 Hi, I’m @guoxuanhan.
  • 👀 I’m interested in c++ & c# & unity.
  • 🌱 I’m currently learning game development.
  • 📫 Reach me: guoxuanhan.cn

Popular repositories

  1. TinyHttpd TinyHttpd Public

    在linux下基于《Linux高性能服务器编程》和tinyhttpd扩展实现的C++轻量级HttpServer,基于epoll事件驱动I/O,采用高效的Reactor模型+线程池进行客户端连接任务管理,支持高并发的静态与动态http请求。项目有详细中文注释,适合新手入门!

    C++ 47 4

  2. NetServer NetServer Public

    本项目为C++11编写的基于epoll的多线程网络服务器框架,应用层实现了简单的http服务器和一个回声服务器,其中http解析和get方法请求,目前支持静态资源访问,支持http长连接;

    C++ 12 1

  3. Three-Kinds-Of-Timer Three-Kinds-Of-Timer Public

    学习《Linux高性能服务器编程》中三种定时器的实现(升序链表定时器、时间轮、时间堆),帮助理解

    C++ 1 2

  4. imgs-folder imgs-folder Public

  5. 520-Love 520-Love Public

    JavaScript

  6. GameBook GameBook Public

    学习《多人在线游戏架构实战:基于C++的分布式游戏编程》

    C++