使用C++实现的ubuntu环境下的聊天小项目,采用C/S架构,支持注册、登录、记录登录状态、私聊、群聊功能,前期使用多线程实现并发服务器,后期利用epoll监听+线程池处理的Reactor模式实现并发服务器,进行了压力测试,并采用 bitmap 实现的布隆过滤器减少对 MySQL 的查询。项目中使用TCP网络编程实现C/S的信息交互,使用Mysql记录用户账号、密码,使用redis记录用户的登录状态,编写了makefile进行编译,使用shell脚本提高了开发效率,开发过程使用git进行版本管理,编写了说明文档。
☆122Feb 4, 2021Updated 5 years ago
Alternatives and similar repositories for chat-project-based-on-ubuntu
Users that are interested in chat-project-based-on-ubuntu are comparing it to the libraries listed below
Sorting:
- 聊天室项目 实时通讯软件 C++ Qt Mysql Socket☆84Mar 30, 2021Updated 4 years ago
- 此项目基于Linux系统,采用分布式架构、MVC(mode-view-controller)框架,通过Nginx 负载均衡实现多个服务器集群,使用one loop per thread +thread pool模式,通过开源的libevent I/O框架库,采用非阻塞 IO…☆12May 4, 2022Updated 3 years ago
- 基于muduo网络库的集群聊天服务器☆100Mar 20, 2021Updated 4 years ago
- 基于C++ Muduo网络库的集群聊天服务器项目☆73Jul 31, 2019Updated 6 years ago
- 基于跳表实现的键值型存储引擎☆12Jun 21, 2021Updated 4 years ago
- 群聊demo:包括基于ENet的服务器和使用qt开发的客户端(注册,登录,群聊)☆15Jun 13, 2015Updated 10 years ago
- c++负 载均衡服务器☆30Aug 2, 2018Updated 7 years ago
- 分布式、高并发游戏服务器,C++编写、数据库mysql、缓存redis。配置文件在config文件夹中☆15May 6, 2023Updated 2 years ago
- A high efficient Tcp server based on Epoll, Using reactor and producer consumer threadpool pattern. And use memory pool to improve the ef…☆18Mar 1, 2017Updated 9 years ago
- 根据哔哩哔哩全手 敲, c++ 高并发服务器项目,目前还在进行中,不知道能不能坚持做完这个项目!!!☆17Aug 19, 2020Updated 5 years ago
- epoll 服务器,基于 reactor 模式,protobuf 自描述消息☆14Nov 17, 2020Updated 5 years ago
- 在Linux下用C/C++语言开发的即时通讯项目,用了libevent、多线程、mysql等技术☆74Mar 5, 2019Updated 7 years ago
- 项目介绍:本项目自研项目,旨在实践网络编程及相关开发技术的学习。 个人职责:后端开发 工作内容:【高并发】基于线程池、非阻塞 socket、IO 多路复用技术(ET 模式的epoll)、及 Reactor 事件处理模式实现高并发。【内存池】使用TLS(线程局部存储)内存池,…☆45Aug 30, 2022Updated 3 years ago
- 高并发游戏服务器架构搭建☆20Nov 5, 2019Updated 6 years ago
- 分布式队列服务器,实现接口简单,支持tcp/udp,高可用、高性能的队列服务器集群☆48Aug 31, 2018Updated 7 years ago
- EasyCpp是一个服务器网络开发的C++ 敏捷开发框架,有了它,从此Linux C++ web开发So Easy!(你会找到很多PHP同名函数)☆31Dec 21, 2016Updated 9 years ago
- RPC远程调用框架☆26Apr 18, 2021Updated 4 years ago
- 2019数据库原理及应用课设,基于PyQt,使用SQL Server的图书管理系统☆24Jul 26, 2024Updated last year
- 大并发服务器学习笔记,主要针对与poll、epoll和muduo的探讨☆24Nov 19, 2018Updated 7 years ago
- 基于C++和epoll实现的聊天室☆164Aug 11, 2020Updated 5 years ago
- 这是一篇全球地震数据爬取与数据分析的实战教学☆34Dec 15, 2020Updated 5 years ago
- 尝试实现一个迷你的web服务器,用来学习C++语法、多线程编程、网络编程、Linux环境下编程☆23Feb 26, 2019Updated 7 years ago
- 普中STM32-PZ6806L开发板全套源代码程序,小白的ARM单片机工程师入门教程实战篇☆13Jan 18, 2019Updated 7 years ago
- 网游游戏服务器引擎☆31May 28, 2015Updated 10 years ago
- Convert excel wokrbook (All Sheets) to sqlite database☆10Mar 19, 2016Updated 9 years ago
- In this tutorial, I will show you how to stream realtime Bitcoin data in USD with Websocket and Python programming. With the realtime pri…☆10Sep 19, 2020Updated 5 years ago
- Linux 下 C++轻量级webserver☆12Jul 3, 2021Updated 4 years ago
- Camera control for ssing OpenCv and Qt ;OpenCv+Qt 摄像头控制☆10Apr 29, 2021Updated 4 years ago
- This is a game interface called the doudizhu by Qt,and I only imitated the interface simply.The object has thr function of random license…☆12Sep 6, 2018Updated 7 years ago
- An LSTM model optimized with Harris Hawks Optimization (HHO) for customizable time series forecasting using your own dataset☆11Apr 8, 2025Updated 10 months ago
- MySql数据库的连接池实现,多用户的数据库访问。能够很好的管理数据库的连接(C++)。☆75Oct 29, 2019Updated 6 years ago
- 这个项目主要用作C++开发面试相关知识学习。☆32Mar 29, 2021Updated 4 years ago
- C++高性能网络服务器☆78Aug 30, 2020Updated 5 years ago
- 基于Qt的P2P聊天软件实现,主要由多个聊天客户端和一个中心注册服务器组成。☆83Feb 18, 2021Updated 5 years ago
- linux下开发的一个即时通讯程序,使用mysql数据库和阿里云服务器搭建服务端程序,采用多线程实现高并发。客户端界面用qt框架绘制。☆140Sep 7, 2016Updated 9 years ago
- [CVPR 2021] FMO Deblurring Benchmark☆13Jan 12, 2022Updated 4 years ago
- CNC, Arduino, OpenCV, DC Motor or Servo☆11Aug 3, 2016Updated 9 years ago
- 微信小程序,老婆点菜专用☆22Apr 8, 2025Updated 10 months ago
- 基于Protobuf、Zookeeper和muduo网络库实现的rpc网络通信框架☆12Aug 23, 2024Updated last year