# memfiredb-example-nodejs **Repository Path**: memfiredb/memfiredb-example-nodejs ## Basic Information - **Project Name**: memfiredb-example-nodejs - **Description**: 使用nodejs访问memfiredb的代码示例 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-06-17 - **Last Updated**: 2024-06-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## dac > 随时收集,随时访问,随取随用,尽在云端。 ### 目录结构 ``` ├── code/ │   ├── api/ # 当plugin需要使用memfiredb时,需要启动api │   ├── desktop/ # 可编包为桌面应用程序 │   └── plugin/ # npm run build即可编包 ```