# node **Repository Path**: zhtt/node ## Basic Information - **Project Name**: node - **Description**: No description available - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-11-12 - **Last Updated**: 2024-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # node * 官网地址: https://nodejs.org/zh-cn/ * 基于Koa2框架( https://www.itying.com/koa/article-index-id-90.html ),可以快速构建 Web 应用 * 基于Express 框架( http://www.expressjs.com.cn/ ),可以快速构建 Web 应用 * 基于 Electron 框架 ( https://electronjs.org/ ),可以构建跨平台的桌面应用 * 基于restify 框架( http://restify.com/ ),可以快速构建 API 接口项目 ## urldemo ``` npm init ``` ``` git clone git@gitee.com:zhtt/node.git cd node git remote rm origin git remote add origin https://gitee.com/zhtt/node.git git pull git branch --set-upstream-to=origin/master master ```