开源实例之NodeBB 前言 NodeBB is next-generation forum software – powerful, mobile-ready and easy to use. NodeBB Forum Software is powered by Node.js and supports either Redis, MongoDB, or a PostgreSQL database. It utilizes web sockets for instant interactions and real-time notifications. NodeBB takes the best of the modern web: real-time streaming discussions, mobile responsiveness, and rich RESTful read/write APIs... 2023-03-24
开源实例之mongo-express 前言 Web-based MongoDB admin interface written with Node.js, Express and Bootstrap3 mongo-express 是一款 MongoDB 数据库 WEB 管理工具。 实例地址 https://mongo-express.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 Node.js 18 数据库 MongoDB 4.4 程序 mongo-express 1.0.0 实例部署 mongo-express 可以通过 npm 安装。 权限要求 具有系统读写权限 已安装 Node.js 已安装 MongoDB 安装程序 git 地址:https://github.com/mongo-express/mongo-express 安装: npm install mongo-express 运行... 2022-12-26