balloonwj / flamingoLinks
flamingo 一款高性能轻量级开源即时通讯软件
☆3,914Updated last year
Alternatives and similar repositories for flamingo
Users that are interested in flamingo are comparing it to the libraries listed below
Sorting:
- 这是我维护的蘑菇街TeamTalk源码版本。☆868Updated 10 months ago
- C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServ…☆4,536Updated last year
- 🔥简洁易用的C++11网络库 / 支持单机千万并发连接 / a simple C++11 network server framework☆4,591Updated 2 years ago
- 一个基于C++11的轻量级网络框架,基于线程池技术可以实现大并发网络IO☆2,127Updated last week
- A C++ High Performance Web Server☆8,105Updated 2 years ago
- Webbench是Radim Kolar在1997年写的一个在linux下使用的非常简单的网站压测工具。它使用fork()模拟多个客户端同时访问我们设定的URL,测试网站在压力下工作的性能,最多可以模拟3万个并发连接去测试网站的负载能力。官网地址//home.tiscali…☆2,757Updated 4 years ago
- C++ Linux WebServer服务器☆3,960Updated last year
- 剖析 STL 是一种享 受的过程!☆2,521Updated 7 years ago
- 从0开始开发 基础库(配置文件读写、日志、多线程、多进程、锁、对象引用计数、内存池、免锁消息队列、免锁数据缓冲区、进程信号、共享内存、定时器等等基础功能组件),网络库(socket、TCP、UDP、epoll机制、连接自动收发消息等等),数据库操作库(mysql,redis…☆1,105Updated 3 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)☆2,482Updated 6 years ago
- Some code snippets for sharing