使用C++实现的ubuntu环境下的聊天小项目,采用C/S架构,支持注册、登录、记录登录状态、私聊、群聊功能,前期使用多线程实现并发服务器,后期利用epoll监听+线程池处理的Reactor模式实现并发服务器,进行了压力测试,并采用 bitmap 实现的布隆过滤器减少对 MySQL 的查询。项目中使用TCP网络编程实现C/S的信息交互,使用Mysql记录用户账号、密码,使用redis记录用户的登录状态,编写了makefile进行编译,使用shell脚本提高了开发效率,开发过程使用git进行版本管理,编写了说明文档。
☆125Feb 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☆86Mar 30, 2021Updated 5 years ago
- 此项目基于Linux系统,采用分布式架构、MVC(mode-view-controller)框架,通过Nginx 负载均衡实现多个服务器集群,使用one loop per thread +thread pool模式,通过开源的libevent I/O框架库,采用非阻塞 IO…☆12May 4, 2022Updated 4 years ago
- 短链接服务器,基于proactor的多线程服务器,maysql作为发号器,redis缓存☆10Jun 2, 2021Updated 4 years ago
- 基于muduo网络库的集群聊天服务器☆101Mar 20, 2021Updated 5 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 参考自muduo库,多reactor模拟Proactor模式的C++ linux高性能服务器☆26Nov 24, 2020Updated 5 years ago
- 基于C++ Muduo网络库的集群聊天服务器项目☆73Jul 31, 2019Updated 6 years ago
- 在Linux下用C/C++语言开发的即时通讯项目,用了libevent、多线程、mysql等技术☆75Mar 5, 2019Updated 7 years ago
- 群聊demo:包括基于ENet的服务器和使用qt开发的客户端(注册,登录,群聊)☆15Jun 13, 2015Updated 10 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 3 years ago
- Linux 下 C++轻量级webserver☆12Jul 3, 2021Updated 4 years ago
- MySql数据库的连接池实现,多用户的数据库访问。能够很好的管理数据库的连接(C++)。☆75Oct 29, 2019Updated 6 years ago
- Deploy open-source AI quickly and easily - Special Bonus Offer • AdRunpod Hub is built for open source. One-click deployment and autoscaling endpoints without provisioning your own infrastructure.
- c++负载均衡服务器☆29Aug 2, 2018Updated 7 years ago
- 基于C语言编写的高并发Epoll服务器☆19Jan 19, 2020Updated 6 years ago
- 根据哔哩哔哩全手敲, c++ 高并发服务器项目,目前还在进行中,不知道能不能坚持做完这个项目!!!☆17Aug 19, 2020Updated 5 years ago
- 基于C++和epoll实现的聊天 室☆164Aug 11, 2020Updated 5 years ago
- A pure C++14 ALSA library with no dependencies.☆14Jul 1, 2020Updated 5 years ago
- C++版牛客论坛项目后端☆11Nov 9, 2023Updated 2 years ago
- epoll 服务器,基于 reactor 模式,protobuf 自描述消息☆14Nov 17, 2020Updated 5 years ago
- ☆15Jul 18, 2022Updated 3 years ago
- Camera control for ssing OpenCv and Qt ;OpenCv+Qt 摄像头控制☆10Apr 29, 2021Updated 5 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- 本程序是一个单机版的行车记录仪应用程序,用Qt、C++语言编写。模拟行车记录仪的功能,实现用户登录注册、视频的播放存储、拍照存储、视频回放、照片查看以及视频转码等功能。☆15Sep 7, 2021Updated 4 years ago
- 分布式队列服务器,实现接口简单,支持tcp/udp,高可用、高性能的队列服务器集群☆49Aug 31, 2018Updated 7 years ago
- C++高性能网络服务器☆78Apr 18, 2026Updated 2 weeks ago
- a c/c++ ide☆15Sep 25, 2019Updated 6 years ago
- per reactor a listener socket☆11Mar 19, 2020Updated 6 years ago
- 一个使用C/C++基于epoll实现的高性能的stackfull协程库,通过HOOK阻塞的系统调用,网络IO事件,协程间的同步事件及定时事件驱动协程的调度,通过汇编完成协程的高速切换,支持海量协程创建,支持协程的动态跨线程负载均衡调度,优先级调度,支持协程的栈上溢出检测及协…☆16Apr 17, 2021Updated 5 years ago
- 基于Linux EPOLL多路复用的C++轻量级WebServer☆11Jul 11, 2020Updated 5 years ago
- 《Linux 高性能服务器编程》和《Linux多线程服务端编程:使用muduo C++网络库》的笔记和源码,以及两个轻量级服务器的项目代码☆343Jan 22, 2021Updated 5 years ago
- Linux C/C++项目:虚拟文件服务器(功能匹配百度网盘)☆291Jun 14, 2020Updated 5 years ago
- GPUs on demand by Runpod - Special Offer Available • AdRun AI, ML, and HPC workloads on powerful cloud GPUs—without limits or wasted spend. Deploy GPUs in under a minute and pay by the second.
- Simulate the flight of a UAV on map coordinates.☆15Aug 2, 2018Updated 7 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
- 用grpc C++实现的秒杀服务,docker-compose管理grpc、redis、mysql,代码编译使用bazel☆10Dec 6, 2018Updated 7 years ago
- Linux下C++轻量 级WebServer服务器☆19,468Jul 5, 2024Updated last year
- 这个项目主要用作C++开发面试相关知识学习。☆32Mar 29, 2021Updated 5 years ago
- A C++ code that detects the heart-rate of an individual from a input video. It is inspired by reviewing recent work on Eulerian Video Mag…☆12Aug 25, 2018Updated 7 years ago