https://github.com/code-monad/laplace
Laplace - The Demon Maker
https://github.com/code-monad/laplace
api beast boost cpp cpp17 http webservice websocket
Last synced: 3 months ago
JSON representation
Laplace - The Demon Maker
- Host: GitHub
- URL: https://github.com/code-monad/laplace
- Owner: code-monad
- License: gpl-3.0
- Created: 2019-09-28T16:19:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-14T19:27:51.000Z (about 6 years ago)
- Last Synced: 2024-12-27T21:42:14.015Z (about 1 year ago)
- Topics: api, beast, boost, cpp, cpp17, http, webservice, websocket
- Language: C++
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.CN.org
- License: LICENSE
Awesome Lists containing this project
README
#+title: Laplace
#+author: Code Monad
#+email: code@lab-11.org
#+date: <2019-09-24 Tue>
#+BEGIN_QUOTE
對於這位智者來說,
沒有任何事物會是含糊的,
並且未來只會像過去般出現在他眼前.
---Pierre Simon Laplace
#+END_QUOTE
** 你在说个啥?
+别太管上头那个装b引言.+ *Laplace* /[ləˈplɑs]/ (中文:拉普拉斯)将提供 *一套便捷的工具/API* 用来创建可观的网络服务(当然,目前还有很大一部分是特供给[[https://cqhttp.cc/][CoolQ HTTP]]的).
** 使用指南
首先,你需要先构建Laplace:
*** Build
#+BEGIN_SRC shell
mkdir build; # 所有Unit Test和lib都会在这
cd build;
cmake .. && make -j4;
#+END_SRC
*** 依赖
当前,你将需要 [[https://www.boost.org][Boost(>=1.7)]], [[https://github.com/nlohmann/json][Nlohmann's JSON library]], [[https://cmake.org/][CMake]].
** 协议
Laplace 使用[[file:LICENSE][GPLv3 License]]发布/分发. 你可以阅读根目录下的 =LICENSE= 文件来查看相关内容.
- Copyright (c) 2019 Code Monad
All rights reserved.