使用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. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 基于Boost库的聊天服务器☆124Mar 25, 2024Updated 2 years ago
- 聊天室项目 实时通讯软件 C++ Qt Mysql Socket☆85Mar 30, 2021Updated 4 years ago
- 短链接服务器,基于proactor的多线程服务器,maysql作为发号器,redis缓存☆10Jun 2, 2021Updated 4 years ago
- 基于muduo网络库的集群聊天服务器☆101Mar 20, 2021Updated 5 years ago
- 基于C++ Muduo网络库的集群聊天服务器项目☆73Jul 31, 2019Updated 6 years ago
- Wordpress hosting with auto-scaling on Cloudways • AdFully Managed hosting built for WordPress-powered businesses that need reliable, auto-scalable hosting. Cloudways SafeUpdates now available.
- 在Linux下用C/C++语言开发的即时通讯项目,用了libevent、多线程、mysql等技术☆74Mar 5, 2019Updated 7 years ago
- 基于跳表实现的键值型存储引擎☆12Jun 21, 2021Updated 4 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
- 项目介绍:本项目自研项目,旨在实践网络编程及相关开发技术的学习。 个人职责:后端开发 工作内容:【高并发】基于线程池、非阻塞 socket、IO 多路复用技术(ET 模式的epoll)、及 Reactor 事件处理模式实现高并发。【内存池】使用TLS(线程局部存储)内存池,…☆47Aug 30, 2022Updated 3 years ago
- 分布式、高并发游戏服务器,C++编写、数据库mysql、缓存redis。配置文件在config文件夹中☆15May 6, 2023Updated 2 years ago
- Linux 下 C++轻量级webserver☆12Jul 3, 2021Updated 4 years ago
- MySql数据库的连接池实现,多用户的数据库访问。能够很好的管理数据库的连接(C++)。☆75Oct 29, 2019Updated 6 years ago
- 基于C语言编写的高并发Epoll服务器☆19Jan 19, 2020Updated 6 years ago
- Prediction of weather using weather data of last 20 years using Neural Networks.☆12Jan 29, 2017Updated 9 years ago
- DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- C++程序设计实践项目——学生信息管理系统,基于Qt+MySQL☆40Jan 26, 2025Updated last year
- 根据哔哩哔哩全手敲, c++ 高并发服务器项目,目前还在进行中,不知道能不能坚持做完这个项目!!!☆17Aug 19, 2020Updated 5 years ago
- 基于C++和epoll实现的聊天室☆164Aug 11, 2020Updated 5 years ago
- A pure C++14 ALSA library with no dependencies.☆13Jul 1, 2020Updated 5 years ago
- C++版牛客论坛项目后端☆11Nov 9, 2023Updated 2 years ago
- 端到端加密即时通讯平台 | Java web课程设计项目☆11Dec 29, 2024Updated last year
- 多进程+数据库连接池+Epoll+FastDFS。其主要工作流程是由父进程维护一个监听socket,然后当有接到连接请求时,通过管道通知子进程来与新的客户端建立连接,并且将其添加到子进程维护的epoll上。这样每个子进程相当于实际的工作进程,父进程只 负责客户端连接请求的分发…☆10May 26, 2021Updated 4 years ago
- epoll 服务器,基于 reactor 模式,protobuf 自描述消息☆14Nov 17, 2020Updated 5 years ago
- Camera control for ssing OpenCv and Qt ;OpenCv+Qt 摄像头控制☆10Apr 29, 2021Updated 4 years ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- 分布式队列服务器,实现接口简单,支持tcp/udp,高可用、高性能的队列服务器集群☆48Aug 31, 2018Updated 7 years ago
- 本程序是一个单机版的行车记录仪应用程序,用Qt、C++语言编写。模拟行车记录仪的功能,实现用户登录注册、视频的播放存储、拍照存储、视频回放、照片查看以及视频转码等功能。☆14Sep 7, 2021Updated 4 years ago
- 计算机网络实验设计,利用 Socket 实现双机通信,QT C++ | Computer Networks Course Design SDU☆13May 28, 2021Updated 4 years ago
- per reactor a listener socket☆11Mar 19, 2020Updated 6 years ago
- a c/c++ ide☆16Sep 25, 2019Updated 6 years ago
- 基于Linux EPOLL多路复用的C++轻量级WebServer☆11Jul 11, 2020Updated 5 years ago
- 一个使用C/C++基于epoll实现的高性能的stackfull协程库,通过HOOK阻塞的系统调用,网络IO事件,协程间的同步事件及定时事件驱动协程的调度,通过汇编完成协程的高速切换,支持海量协程创建,支持协程的动态跨线程负载均衡调度,优先级调度,支持协程的栈上溢出检测及协…☆16Apr 17, 2021Updated 4 years ago
- 《Linux 高性能服务器编程》和《Linux多线程服务端编程:使用muduo C++网络库》的笔记和源码,以及两个轻量级服务器的项目代码☆341Jan 22, 2021Updated 5 years ago
- texteditor using Qt☆13Jun 13, 2016Updated 9 years ago
- NordVPN Threat Protection Pro™ • AdTake your cybersecurity to the next level. Block phishing, malware, trackers, and ads. Lightweight app that works with all browsers.
- Hybrid RT DETR: Hybrid encoder-decoder network for end-to-end object detection in UAV imagery☆15May 22, 2024Updated last year
- Battery Remaining Useful Life (RUL) Prediction based on dataset https://www.kaggle.com/datasets/ignaciovinuales/battery-remaining-useful-…☆13Jul 20, 2023Updated 2 years ago
- 一款端对端加密QQ聊天通讯的程序 QQ Chat With AES End-to-end Encryption☆15Aug 8, 2019Updated 6 years ago
- Linux C/C++项目:虚拟文件服务器(功能匹配百度网盘)☆292Jun 14, 2020Updated 5 years ago
- 桌面聊天工具(基于TCP/UDP的java实现)Java-based chating room ,which be used in loacl area network☆11May 9, 2013Updated 12 years ago
- 大并发服务器学习笔记,主要针对与poll、epoll和muduo的探讨☆24Nov 19, 2018Updated 7 years ago
- EasyCpp是一个服务器网络开发的C++ 敏捷开发框架,有了它,从此Linux C++ web开发So Easy!(你会找到很多PHP同名函数)☆31Dec 21, 2016Updated 9 years ago