tvbox_config/nodejs
liushiquan 36ab603d34 init
2024-06-01 22:41:46 +08:00
..
src init 2024-06-01 22:41:46 +08:00
.DS_Store init 2024-06-01 22:41:46 +08:00
.eslintrc.cjs init 2024-06-01 22:41:46 +08:00
.gitignore init 2024-06-01 22:41:46 +08:00
.prettierrc.json init 2024-06-01 22:41:46 +08:00
babel.config.cjs init 2024-06-01 22:41:46 +08:00
esbuild-config.js init 2024-06-01 22:41:46 +08:00
esbuild.js init 2024-06-01 22:41:46 +08:00
nodemon.json init 2024-06-01 22:41:46 +08:00
package-lock.json init 2024-06-01 22:41:46 +08:00
package.json init 2024-06-01 22:41:46 +08:00
readme.md init 2024-06-01 22:41:46 +08:00
rollup-config.js init 2024-06-01 22:41:46 +08:00
rollup.js init 2024-06-01 22:41:46 +08:00

WIP

We are currently working on embedding a Node.js runtime environment into the app and have made progress with the initial coding. This is a simple Node.js project, and the build artifacts of this project can be utilized within CatVodApp.

Due to the differences across platforms, there are certain functionalities within the Node.js runtime that not available, including but not limited to

  • wasm
  • jit on macos & ios

Dev npm run dev

Build npm run build