Skip to content
View xavierwoo97's full-sized avatar

Block or report xavierwoo97

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

Popular repositories Loading

  1. xrpc xrpc Public

    本项目使用muduo网络库,protobuf以及zookeeper搭建了一个分布式网络通信框架。使用C++队列容器,配合互斥锁和信号量实现异步写日志队列。

    C++ 3

  2. ChatServer ChatServer Public

    本项目使用开源muduo网络库实现网络模块,配合nginx和redis发布订阅功能实现了一个简单的集群聊天服务器。该服务器支持一对一聊天,群聊,离线消息查看等功能。

    C++