# FrightenStone **Repository Path**: NiceBlueChai/FrightenStone ## Basic Information - **Project Name**: FrightenStone - **Description**: 惊石框架是一个简易轻量的服务端框架,基于C++11及以上,正在持续开发中 - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-11 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![frightenstone](https://github.com/ericyonng/resource/blob/master/frightenstone/fslogo.png) ---- # 惊石框架 [![License](https://img.shields.io/github/license/ericyonng/FrightenStone.svg?style=popout "https://shields.io/category/license")](https://opensource.org/licenses/MIT) **作者**: ericyonng **时间**: 2019.03.14 **联系方式**: <120453674@qq.com> **FrameName**: FrightenStone **Author**: Eric Yonng **CreateTime**: 03/14/2019 # 构建状态 **Linux**: [![Build](https://travis-ci.com/ericyonng/FrightenStone.svg?branch=master)](http://travis-ci.com) **Windows**: [![Build](https://ci.appveyor.com/api/projects/status/l9um5wrap00ndvf8?svg=true)](https://ci.appveyor.com) -------- * 惊石框架是一个简易轻量的服务端框架,基于C++11及以上 * 旨在开发出一套跨平台,代码简洁可读性高,执行高效的框架 * 框架正在持续开发中,接受各种建议吐槽 * **Attention**:region 注释会尽量使用简洁的英文,CI可能会报错哈QVQ * 多个重要组件移植于[LLBC](https://github.com/lailongwei/llbc "Source from lailongwei:llbc")、 [nlohmann/Json](https://github.com/nlohmann/json "json")、 [OpenSSL](https://github.com/openssl/openssl)、 [TinyUtf8](https://github.com/DuffsDevice/tiny-utf8 "source from DuffsDevice"), 再次感谢开源作者的贡献,开发过程中给予了我很大的帮助 * 两个分支:master(稳定分支)/Develop(开发分支,不稳定)