1
0
mirror of https://github.com/lxsang/antd-lua-plugin synced 2024-12-26 17:38:21 +01:00
Go to file
DanyLE d4edd66258
All checks were successful
gitea-sync/antd-lua-plugin/pipeline/head This commit looks good
lua plugin now used a separated process to handle requests
2022-08-27 21:44:55 +02:00
APIs lua plugin now used a separated process to handle requests 2022-08-27 21:44:55 +02:00
dist improve json handle 2021-03-24 18:31:21 +01:00
lib lua plugin now used a separated process to handle requests 2022-08-27 21:44:55 +02:00
.drone.yml Update .drone.yml 2021-03-19 10:43:13 +01:00
.gitignore fix lib 2019-11-30 19:46:03 +00:00
configure.ac Update configure.ac 2022-08-03 09:34:53 +02:00
Jenkinsfile Update Jenkinsfile 2022-08-02 23:47:48 +02:00
LICENSE Create LICENSE 2020-12-25 17:55:47 +01:00
lua-api.c lua plugin now used a separated process to handle requests 2022-08-27 21:44:55 +02:00
Makefile.am Update Makefile.am 2022-08-03 09:43:15 +02:00
README.md Update README.md 2018-09-22 21:54:50 +02:00

LUA-plugin

Lua support for ANTD. When enabled, Lua can be used as server side script for ANTD. Database is also enable in Lua API, using sqlite.

Dependencies

  • lm
  • libreadline
  • sqlite3 (optional)
  • libshadow for the shared library Ulib