Skip to content
This repository was archived by the owner on Jul 15, 2021. It is now read-only.

Commit bbff8b0

Browse files
author
年迈的老秋风Windy
committed
Bumping Version to 1.1Beta-Dev
Change MD File Description.
1 parent 7dacdc3 commit bbff8b0

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

README-ch.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Language: [English](README.md)
1010
支持CPU架构: x86(i386) / x64(x86_64) / ARMv5 / ARMv6 / ARMv7 / ARMv8
1111
[形随意动](https://www.xsyds.cn/)作品
1212
贡献列表: [年迈的老秋风](https://github.com/ToiletCommander)
13-
包含库: 多线程池 | 多线程 | 文件读写 | TLS & ~~DTLS~~ & TCP & UDP Sockets 套接字 | MySQL / MariaDB(使用MariaDB C Connector) | 加密库 | 压缩库(Deflate-Gzip, Deflate Zlib, Brotli) | HTTP(s)请求 | JSON | ~~HTTP1.X解析器~~
13+
包含库: 多线程池 | 多线程 | 文件读写 | TLS & ~~DTLS~~ & TCP & UDP Sockets 套接字 | MySQL / MariaDB(使用MariaDB C Connector) | 加密库 | 压缩库(Deflate-Gzip, Deflate Zlib, Brotli) | HTTP(s)请求 | JSON | HTTP1.X解析器
1414
需要支持: Unix / Linux / Windows系统 + C++11
1515
## 毫不妥协的性能
1616
Socket库以Libuv为底层, 开发了跨平台的Socket库.
@@ -21,7 +21,6 @@ EasyCrossPlatform的发展是由下面几个库驱动的:
2121
[Crypto++](https://github.com/weidai11/cryptopp) - 加密库, 未来的EasyCrossPlatform加密库会基于此加密库.
2222
[Crypto++ Examples](https://github.com/sechaser/CryptoPP) - Crypto++ AES例子, EasyCrossPlatform AES 加密库基于此实例搭建
2323
[MariaDB](https://mariadb.com/downloads/mariadb-tx/connector) - MySQL / MariaDB 连接器.
24-
[LibCurl](https://curl.haxx.se/) - EasyCrossPlatform的HTTP(s)请求库完全基于此库编写.
2524
[JSONCPP](https://github.com/henshao/jsoncpp) - 一个魔改版的JSONCPP, 比原版的快速很多, EasyCrossPlatform的JSON解析库完全基于此库编写
2625
[mbedtls](https://github.com/ARMmbed/mbedtls) - 一个SSL/TLS和其他加密方法的库, 用于编写TLS加密的套接字
2726
[whereami](https://github.com/gpakosz/whereami) - 两个文件的小型库, 告诉程序它自己在哪

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Supported System: LINUX / WIN / MacOS
1010
Supported Architecture: x86(i386) / x64(x86_64) / ARMv5 / ARMv6 / ARMv7 / ARMv8
1111
Powered by [BlueAirTechGroup](https://www.xsyds.cn/)
1212
Contribution List: [Windy](https://github.com/ToiletCommander)
13-
Libs: MultiThreadPool | MultiThread | FileIO | TLS & ~~DTLS~~ & TCP & UDP Sockets | MySQL / MariaDB (Using MariaDB C Connector) | Encryption | Compression(Deflate-Gzip, Deflate-Zlib, Brotli) | HTTP(s)_Requests | JSON | ~~HTTP1.X Parser~~
13+
Libs: MultiThreadPool | MultiThread | FileIO | TLS & ~~DTLS~~ & TCP & UDP Sockets | MySQL / MariaDB (Using MariaDB C Connector) | Encryption | Compression(Deflate-Gzip, Deflate-Zlib, Brotli) | HTTP(s)_Requests | JSON | HTTP1.X Parser
1414
Require Support: MacOSX / Linux / Windows System and C++ 11 Support
1515
## Uncompromising Performances?
1616
Right, we use LibUV as our basis for our socket class.
@@ -21,7 +21,6 @@ The development of EasyCrossPlatform is given power by the following lib:
2121
[Crypto++](https://github.com/weidai11/cryptopp) - Encryption Lib, EasyCrossPlatform Encryption built based on it.
2222
[Crypto++ Examples](https://github.com/sechaser/CryptoPP) - Crypto++ AES Example, EasyCrossPlatform AES Encryption built based on it.
2323
[MariaDB](https://mariadb.com/downloads/mariadb-tx/connector) - MySQL / MariaDB Connector Lib.
24-
[LibCurl](https://curl.haxx.se/) - EasyCrossPlatform Request Lib built based on it.
2524
[JSONCPP](https://github.com/henshao/jsoncpp) - A quicker version of JSONCPP, a JSON parser, EasyCrossPlatform JSON class completely built based on it.
2625
[mbedtls](https://github.com/ARMmbed/mbedtls) - A encryption and TLS/SSL lib for building TLS-connected sockets.
2726
[whereami](https://github.com/gpakosz/whereami) - A two-files lib which tells the program where it is.

0 commit comments

Comments
 (0)