An open API service indexing awesome lists of open source software.

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

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.