zhangn1989 / shacoin
C++从零开始实现的一个简单的基于区块链技术的电子货币记账系统,主要用来学习区块链的底层原理
☆16Updated 4 years ago
Related projects ⓘ
Alternatives and complementary repositories for shacoin
- 用C++开发web服务器框架☆31Updated 3 years ago
- c++11 implementation of muduo net lib and muduo asynclogging.☆32Updated 5 years ago
- ☆32Updated 6 years ago
- 分布式队列服务器,实现接口简单,支持tcp/udp,高可用、高性能的队列服务器集群☆45Updated 6 years ago
- 基于C++ Muduo网络库的集群聊天服务器项目☆69Updated 5 years ago
- c++负载均衡服务器☆30Updated 6 years ago
- a smart light server make by myself☆15Updated 5 years ago
- libevent library reimplemented with c++☆42Updated 4 years ago
- Qt联机斗地主☆47Updated 3 years ago
- 基于线程池、消息队列和epoll模型实现并发服务器架构☆40Updated 5 years ago
- Distributed service governance framework based on c/c++, including service registration, service discovery, unified configuration, messag…☆22Updated 5 years ago
- 这是一个基于Linux平台,C++编写的分布式系统。服务器端采用了线程池+Libevent的IO模型,并为其实现了简单的负载均衡。服务器端业务层使用了MVC的设计模式。数据存储方面对MySQL数据库C-API进行了C++的类封装。为了实现服务器集群的负载均衡,实现了以一致性…☆78Updated 2 years ago
- ☆89Updated 5 years ago
- 类dubbo的c++分布式服务框架;采用微内核、插件式架构设计;仅支持泛化调用和泛化服务暴露;兼容dubbo标准协议☆19Updated 7 years ago
- 使用openssl rsa进行数据加密解密和生成签名和验证签名☆19Updated 3 years ago
- 2019年最新总结,从程序员到CTO,从专业走向卓越,大牛分享pdf与PPT☆25Updated 5 years ago
- OpenSSL's usage☆33Updated last year
- gitchat 《C++ 多线程编程详解》课程源码☆38Updated 4 years ago
- A light and high performance WebSocket Server.☆113Updated 3 years ago
- 锥型NAT下,实现基于udp 协议的内网穿透p2p通信 (协议由protobuf生成)☆52Updated 5 years ago
- 一个自己封装的基于reactor的c++网络库☆35Updated 8 years ago
- In this repository, I can teach you how to write an excellent rpc lib using C++.☆71Updated 5 years ago
- 简单C++标准库(STL)的实现☆64Updated 7 years ago
- Easy-Load-Balancer(ELB)是一个易用、稳定、高性能的服务间远程调用的管理、调度、负载系统☆57Updated 6 years ago
- 用grpc C++实现的秒杀服务,docker-compose管理grpc、redis、mysql,代码编译使用bazel☆12Updated 5 years ago
- HTTP仿云盘文件服务器☆16Updated 6 years ago
- linux下开发的一个即时通讯程序,使用mysql数据库和阿里云服务器搭建服务端程序,采用多线程实现高并发。客户端界面用qt框架绘制。☆131Updated 8 years ago
- 后端开发基础组件设计——池式组件(线程池、内存池、异步请求池)、高性能组件(原子操作CAS与锁、无锁消息队列、定时器、死锁检测、内存泄漏检测)及开源组件(libevent/libev、异步日志log4cpp、应用层协议设计ProtoBuf/Thrift)☆17Updated 2 years ago
- 尝试实现一个迷你的web服务器,用来学习C++语法、多线程编程、网络编程、Linux环境下编程☆21Updated 5 years ago