# NodeApi **Repository Path**: gaooly/node-api ## Basic Information - **Project Name**: NodeApi - **Description**: Node server 实现接口请求 - **Primary Language**: JavaScript - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-27 - **Last Updated**: 2024-06-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Node 初体验 ## 本项目做了什么? 1. 通过 node 创建 server 实现请求访问 2. 封装 XMLHttpRequest ## node 启动 ``` # run $ node server 8888 # 查看版本 $ node -v v19.9.0 ```