使用C++实现的ubuntu环境下的聊天小项目,采用C/S架构,支持注册、登录、记录登录状态、私聊、群聊功能,前期使用多线程实现并发服务器,后期利用epoll监听+线程池处理的Reactor模式实现并发服务器,进行了压力测试,并采用 bitmap 实现的布隆过滤器减少对 MySQL 的查询。项目中使用TCP网络编程实现C/S的信息交互,使用Mysql记录用户账号、密码,使用redis记录用户的登录状态,编写了makefile进行编译,使用shell脚本提高了开发效率,开发过程使用git进行版本管理,编写了说明文档。
☆126Feb 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库的聊天服务器☆120Mar 25, 2024Updated 2 years ago
- 聊天室项目 实时通讯软件 C++ Qt Mysql Socket☆85Mar 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
- 基于muduo网络库的集群聊天服务器☆100Mar 20, 2021Updated 5 years ago
- 参考自muduo库,多reactor模拟Proactor模式的C++ linux高性能服务器☆26Nov 24, 2020Updated 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.
- 基于C++ Muduo网络库的集群聊天服务器项目☆74Jul 31, 2019Updated 7 years ago
- 在Linux下用C/C++语言开发的即时通讯项目,用了libevent、多线程、mysql等技术☆78Mar 5, 2019Updated 7 years ago
- 基于跳表实现的键值型存储引擎☆12Jun 21, 2021Updated 5 years ago
- 群聊demo:包括基于ENet的服务器和使用qt开发的客户端(注册,登录,群聊)☆15Jun 13, 2015Updated 11 years ago
- 项目介绍:本项目自研项目,旨在实践网络编程及相关开发技术的学习。 个人职责:后端开发 工作内容:【高并发】基于线程池、非阻塞 socket、IO 多路复用技术(ET 模式的epoll)、及 Reactor 事件处理模式实现高并发。【内存池】使用TLS(线程局部存储)内存池,…☆50Aug 30, 2022Updated 4 years ago
- Transformer and Neural Operator for solving Stochastic PDE☆12May 22, 2022Updated 4 years ago
- 分布式、高并发游戏服务器,C++编写、数据库mysql、缓存redis。配置文件在config文件夹中☆15May 6, 2023Updated 3 years ago
- 多进程+数据库连接池+Epoll+FastDFS。其主要工作流程是由父进程维护一个监听socket,然后当有接到连接请求时,通过管道通知子进程来与新的客户端建立连接,并且将其添加到子进程维护的epoll上。这样每个子进程相当于实际的工作进程,父进程只负责客户端连接请求的分发…☆12May 26, 2021Updated 5 years ago
- 端到端加密即时通讯平台 | Java web课程设计项目☆11Dec 29, 2024Updated last year
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- Linux 下 C++轻量级webserver☆12Jul 3, 2021Updated 5 years ago
- MySql数据库的连接池实现,多用户的数据库访问。能够很好的管理数据库的连接(C++)。☆74Oct 29, 2019Updated 6 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 8 years ago
- c++负载均衡服务器☆28Aug 2, 2018Updated 8 years ago
- C++程序设计实践项目——学生信息管理系统,基于Qt+MySQL☆41Jan 26, 2025Updated last year
- Prediction of weather using weather data of last 20 years using Neural Networks.☆12Jan 29, 2017Updated 9 years ago
- 根据哔哩哔哩全手敲, c++ 高并发服务器项目,目前还在进行中,不知道能不能坚持做完这个项目!!!☆16Aug 19, 2020Updated 6 years ago
- Generates 3D representations of floorplans by finding the corners and edges from a single image.☆12Aug 2, 2018Updated 8 years ago
- 基于C++和epoll实现的聊天室☆166Aug 11, 2020Updated 6 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- 计算机网络实验设计,利用 Socket 实现双机通信,QT C++ | Computer Networks Course Design SDU☆13May 28, 2021Updated 5 years ago
- C++版牛客论坛项目后端☆11Nov 9, 2023Updated 2 years ago
- A pure C++14 ALSA library with no dependencies.☆14Jul 1, 2020Updated 6 years ago
- epoll 服务器,基于 reactor 模式,protobuf 自描述消息☆14Nov 17, 2020Updated 5 years ago
- Camera control for ssing OpenCv and Qt ;OpenCv+Qt 摄像头控制☆10Apr 29, 2021Updated 5 years ago
- 本程序是一个单机版的行车记录仪应用程序,用Qt、C++语言编写。模拟行车记录仪的功能,实现用户登录注册、视频的播放存储、拍照存储、视频回放、照片查看以及视频转码等功能。☆15Sep 7, 2021Updated 5 years ago
- 分布式队列服务器,实现接口简单,支持tcp/udp,高可用、高性能的队列服务器集群☆49Aug 31, 2018Updated 8 years ago
- 高并发游戏服务器架构搭建☆19Nov 5, 2019Updated 6 years ago
- An LSTM model optimized with Harris Hawks Optimization (HHO) for customizable time series forecasting using your own dataset☆13Apr 8, 2025Updated last year
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- 桌面聊天工具(基于TCP/UDP的java实现)Java-based chating room ,which be used in loacl area network☆11May 9, 2013Updated 13 years ago
- ☆10Mar 16, 2021Updated 5 years ago
- per reactor a listener socket☆11Mar 19, 2020Updated 6 years ago
- Hybrid RT DETR: Hybrid encoder-decoder network for end-to-end object detection in UAV imagery☆16May 22, 2024Updated 2 years ago
- 基于Linux EPOLL多路复用的C++轻量级WebServer☆11Jul 11, 2020Updated 6 years ago
- Code repository for "Improving Detection of Small Oriented Objects in Aerial Images", WACV 2023 MaCVi - Best Paper Award☆12May 6, 2023Updated 3 years ago
- Linux下C++轻量级WebServer服务器☆19,704Jul 5, 2024Updated 2 years ago