| 中文 | English |
JsEngine is implemented based on ScriptX and NodeJs, supporting JavaScript plugins running in EndStone.
Visit our online documentation to learn more about:
- 🚀 Quick Start
- 📦 Installation Guide
- 🔧 Plugin Development
- 📖 API Reference
Platform | Backend | Version | CommonJs | ESM | package manager |
---|---|---|---|---|---|
Windows | NodeJs | v22.12.0 | y | y | npm |
Linux | NodeJs | v22.12.0 | y | y | npm |
Before building, make sure you have installed the following toolchains:
- Xmake
- MSVC++ 2019 or higher (Windows only)
- LLVM 15 (with Clang, libc++) (Linux only)
git clone --depth=1 https://github.com/engsr6982/JS_Engine.git
cd JS_Engine
xmake -y
Issues and Pull Requests are welcome.
This project is licensed under the GPL-3.0 License - see the LICENSE file for details.