基于分布式的集群聊天系统
☆48May 5, 2021Updated 4 years ago
Alternatives and similar repositories for ByteTalk
Users that are interested in ByteTalk are comparing it to the libraries listed below
Sorting:
- RPC远程调用框架☆26Apr 18, 2021Updated 4 years ago
- 基于muduo网络库的集群聊天服务器☆100Mar 20, 2021Updated 4 years ago
- 基于C++11的muduo网络库☆119Mar 20, 2021Updated 4 years ago
- 基于protobuf、muduo、zookeeper的分布式网络通信框架☆15Sep 12, 2022Updated 3 years ago
- 此项目基于Linux系统,采用分布式架构、MVC(mode-view-controller)框架,通过Nginx 负载均衡实现多个服务器集群,使用one loop per thread +thread pool模式,通过开源的libevent I/O框架库,采用非阻塞 IO…☆12May 4, 2022Updated 3 years ago
- 多进程+数据库连接池+Epoll+FastDFS。其主要工作流程是由父进程维护一个监听socket,然后当有接到连接请求时,通过管道通知子进程来与新的客户端建立连接,并且将其添加到子进程维护的epoll上。这样每个子进程相当于实际的工作进程,父进程只负责客户端连接请求的分发…☆10May 26, 2021Updated 4 years ago
- 不基于Boost的muduo库C++实现源码☆10May 28, 2021Updated 4 years ago
- 基于跳表实现的键值型存储引擎☆12Jun 21, 2021Updated 4 years ago
- 前后一体化博客系统☆18Nov 3, 2021Updated 4 years ago
- 基于C++的可跨平台(主要针对win平台)的支持多线程的分布式缓存,兼容redis command,目前正在开发中。已经实现自适应Hash引擎(自动扩张和缩放)、无锁数据队列、Append持久化、过期键、replication、内存管理等功能,正在开发多数据结构支持。二期计…☆21May 12, 2023Updated 2 years ago
- DBScan algorithm implemented using Octrees to cluster 3D points in a space.☆19Apr 12, 2017Updated 8 years ago
- 本项目是基于MyTinySTL的STL源码实现,对MyTinySTL进行了充分的注释以便新手阅读,此外还增加了一些库函数的实现以及bug的修改☆17Apr 28, 2023Updated 2 years ago
- 侯捷C++内存管理专题笔记☆66Mar 7, 2019Updated 6 years ago
- 基于C++ Muduo网络库的集群聊天服务器项目☆73Jul 31, 2019Updated 6 years ago
- 基于C++实现的RPC分布式网络通信框架☆25Mar 30, 2022Updated 3 years ago
- C++ implement of rpc framework☆23Jul 9, 2022Updated 3 years ago
- 网络云盘(简单的毕设项目)☆54Aug 19, 2020Updated 5 years ago
- cdn 解决最优网络流传输分配的服务器选点问题☆11Nov 11, 2018Updated 7 years ago
- 基于muduo、protobuf、zookeeper的rpc实现☆52Aug 15, 2022Updated 3 years ago
- C++20协程net,基于epoll,可以方便地使用await语法☆28Sep 14, 2023Updated 2 years ago
- A C++11 memory pool for multi-threaded applications☆34Sep 19, 2017Updated 8 years ago
- 这个项目主要用作C++开发面试相关知识学习。☆32Mar 29, 2021Updated 4 years ago
- 这是一个基于Linux平台,C++编写的分布式系统。服务器端采用了线程池+Libevent的IO模型,并为其实现了简单的负载均衡。服务器端业务层使用了MVC的设计模式。数据存储方面对MySQL数据库C-API进行了C++的类封装。为了实现服务器集群的负载均衡,实现了以一致性…☆82Aug 28, 2025Updated 6 months ago
- ☆34Aug 25, 2019Updated 6 years ago
- In this repository, I can teach you how to write an excellent rpc lib using C++.☆72Jul 24, 2019Updated 6 years ago
- 基于阿里云服务器+libevent+qt+mysql等实现仿qq聊天软件,主要功能包括注册、登录、添加好友、聊天(私聊和群聊)、文件传输、建群、加群、好友上下线提醒。☆37Oct 4, 2022Updated 3 years ago
- GoodERP,一切从简,按需就繁,OCC,Odoo Chinese Community,服务于小型制造企业。(GoodERP,as simple as possible,as complex as needed,for small-sized manufacture en…☆10Oct 20, 2019Updated 6 years ago
- C++ implementation of an object pool pattern☆12May 20, 2024Updated last year
- JPA Repository query in Spring Boot with Derived Query methods example☆17Jun 4, 2023Updated 2 years ago
- 短链接服务器,基于proactor的多线程服务器,maysql作为发号器,redis缓存☆10Jun 2, 2021Updated 4 years ago
- C# Metasequoia Plugin Framework☆10Dec 15, 2023Updated 2 years ago
- 一个基于国密算法的安全文件传输系统,算法库基于GmSSL。☆13Apr 13, 2019Updated 6 years ago
- 基于muduo(多线程网络服务框架)在应用层实现了RTSP服务器☆87Dec 11, 2020Updated 5 years ago
- 由Hugo+gitpages搭建的个人博客 | 访问地址为 https://ephmeral.github.io☆10Dec 30, 2022Updated 3 years ago
- 关于C++的稍微高级点的部分,包括CGI通用网关编程、STL容器和算法、lambda表达式、多线程和信号,后期将不断更新内容,加入更多readme。☆12Jul 2, 2018Updated 7 years ago
- Source code for paper "PRiSM: Enhancing Low-Resource Document-Level Relation Extraction with Relation-Aware Score Calibration", Findings …☆11Jun 20, 2025Updated 8 months ago
- 通用Bootloader上位机,通过修改底层驱动支持不同硬件☆13Dec 4, 2023Updated 2 years ago
- 一个小型操作系统的学习与实现☆10Feb 18, 2021Updated 5 years ago
- Python implementation of HlibertSort for sorting 3D point clouds using space-filling curves☆11Apr 17, 2019Updated 6 years ago