JustDoIt0910 / CloudClipboard
基于muduo实现的云剪贴板,实现跨设备cv
☆21Updated 2 years ago
Alternatives and similar repositories for CloudClipboard:
Users that are interested in CloudClipboard are comparing it to the libraries listed below
- c++ rpc framework☆39Updated last year
- C++简单小工具轮子☆101Updated 2 years ago
- C++聊天室服务器,基于sylar框架开发,使用http服务器做资源服务,websocket server做聊天server☆68Updated 5 years ago
- 模拟百度网盘实现的一个简单文件传输和下载的c/s模式的项目:☆55Updated 7 years ago
- 学习muduo网络库的一些笔记☆102Updated 4 years ago
- 【muduo 源码解析】☆47Updated 2 years ago
- 基于muduo(多线程网络服务框架)在应用层实现了RTSP服务器☆82Updated 4 years ago
- A logger for c++11 or above that aims to ensure the simplicity of the API while ensuring efficiency.☆33Updated last month
- 基于C++ Muduo网络库的集群聊天服务器项目☆67Updated 5 years ago
- c++11 implementation of muduo net lib and muduo asynclogging.☆33Updated 5 years ago
- 高性能博客系统☆27Updated 5 years ago
- 这是一个用C++11编写的高性能静态网页服务器 涵盖C++使用的方方面面 C++ 多线程 makefile CMakeList 信号量 互斥锁 智能指针☆27Updated 5 years ago
- C/C++/Golang/Linux...知识整理☆97Updated this week
- 后端开发基础组件设计——池式组件(线程池、内存池、异步请求池)、高性能组件(原子操作CAS与锁、无锁消息队列、定时器、死锁检测、内存泄漏检测)及开源组件(libevent/libev、异步日志log4cpp、应用层协议设计ProtoBuf/Thrift)☆18Updated 2 years ago
- 在基于Linux系统的主机上,通过C/C++实现对主机状态监控,衡量终端负载情况。 设计目标是实现对: (1)CPU占用率 (2)系统运行时长 (3)内存占用率 (4)网络接口属性:接口名、IP地址、MAC地址 (5)网卡速率信息:上下行网速 的监控。☆24Updated 9 months ago
- 连接池模板,可以应用于redis和mysql,实现了简易的redis分布式锁,对hiredis进行了二次封装☆15Updated last year
- A webserver developed using modern c++☆47Updated 5 years ago
- LinuxC++ 高并发网络编程【高性能静态网络服务器 一步步搭建过程】从基础到socket熟练应用☆53Updated 4 years ago
- 基于线程池、消息队列和epoll模型实现并发服务器架构☆40Updated 5 years ago
- 完全使用C++(脱离Boost)参考Muduo实现的网络库☆80Updated 2 years ago
- 分布式云存储(网络云盘)☆18Updated 3 years ago
- Reactor implemented by C++, support tens of thousands tcp connection and large data transmission.☆24Updated 2 weeks ago
- Linux下高性能服务器,详细梳理后台各个知识点☆30Updated 4 years ago
- 网络抓包☆98Updated last year
- 📚 一篇快速掌握基础C++的面向对象的教程,这个旨在能够快速回顾c++的面向对象基本知识。☆34Updated last year
- 在Linux下用C/C++语言开发的即时通讯项目,用了libevent、多线程、mysql等技术☆69Updated 5 years ago
- 这是一个基于Linux平台,C++编写的分布式系统。服务器端采用了线程池+Libevent的IO模型,并为其实现了简单的负载均衡。服务器端业务层使用了MVC的设计模式。数据存储方面对MySQL数据库C-API进行了C++的类封装。为了实现服务器集群的负载均衡,实现了以一致性…☆77Updated 2 years ago
- 在linux下基于《Linux高性能服务器编程》和tinyhttpd扩展实现的C++轻量级HttpServer,基于epoll事件驱动I/O,采用高效的Reactor模型+线程池进行客户端连接任务管理,支持高并发的静态与动态http请求。项目有详细中文注释,适合新手入门!☆54Updated 3 years ago
- 《C++新经典:对象模型》笔记☆12Updated 2 years ago