vaynedu / linux-socket-cpp-serverLinks
利用C++把之前的socket重新封装成类,按照面对对象思想编写,增加异常类,epoll,多线程,读写锁,然后完成一个比较完善聊天室,增加心跳包
☆37Updated 6 years ago
Alternatives and similar repositories for linux-socket-cpp-server
Users that are interested in linux-socket-cpp-server are comparing it to the libraries listed below
Sorting:
- c++工具库☆107Updated 4 years ago
- C++/C++11/C++14/C++17/C++20's usage☆319Updated 2 weeks ago
- The code from CSDN(大学时写的博客代码存储地)☆83Updated 2 years ago
- 一些C/C++常用封装例子☆214Updated 4 years ago
- Linux环境下的C/C++小项目☆98Updated 8 years ago
- 《C++ 服务器开发精髓》随书配套源码☆222Updated 4 years ago
- 实现的一个简易的 C++ 序列化库☆78Updated 3 years ago
- C++ 定时器, 基于 C++11, libuv 实现☆98Updated 9 years ago
- c++11 implementation of muduo net lib and muduo asynclogging.☆33Updated 6 years ago
- 系统编程:Makefile的编写、进程线程区别以及控制、生产者消费者模型、System V标准和POSIX标准中的IPC间通信、简单Shell脚本的编写;网络编程:基于TCP/UDP的客户端/服务器、socket、高级I/O、select/poll/epoll、Http协议☆58Updated 9 years ago
- MySql数据库的连接池实现,多用户的数据库访问。能够很好的管理数据库的连接(C++)。☆75Updated 6 years ago
- 学习C++,学习linux编程,学习网络编程,学习reactor网络模型,自己实现一遍练手;☆374Updated 8 years ago
- “四人帮”-《设计模式:可复用面向对象软件的基础》所有模式的实现,使用C++语言☆74Updated 10 years ago
- muduo v1.0.4的注释版☆93Updated 10 years ago
- A light and high performance WebSocket Server.☆115Updated 4 years ago
- 编程实验第三次,高性能web服务器,用c++编写一个支持高并发的web服务器,用于提供静态文件访问和日志管理,用到多线程与线程池、网络 编程框架☆46Updated 12 years ago
- 《C++并发编程实战》的读书笔记,供以后工作中查阅。☆336Updated 7 years ago
- 《大话设计模式》C++实现☆369Updated 9 years ago
- TinySTL is a subset of STL(cut some containers and algorithms) and also a superset of STL(add some other containers and algorithms)☆59Updated 9 years ago
- a cpp Web Server☆159Updated 5 years ago
- c++千万级高并发网络通信(Socket协议,跨平台全栈开发)☆98Updated 6 years ago
- A High Performance Multithread Network Library☆107Updated 6 years ago
- 免费的计算机编程类中文书籍,欢迎投稿☆178Updated 7 years ago
- 《Head First设计模式》学习代码,使用C++实现☆72Updated 10 years ago
- codes of linux programing (线程池,IO复用,进程间通信等)☆57Updated 9 years ago
- 基于c++内存池,共享内存和信号量实现高速的进程间通信队列,单进程读单进程写无需加锁,多进程读多进程写用信号量集实现读写锁保证读写安全☆368Updated 5 years ago
- Examples and toturials for C++ Boost Asio library.☆273Updated 3 years ago
- 基于muduo(多线程网络服务框架)在应用层实现了RTSP服务器☆87Updated 5 years ago
- 大并发服务器课程源代码☆303Updated 5 years ago
- 程杰版的《大话设计模式》的C++版本代码☆25Updated 7 years ago