# nodejs-proxy **Repository Path**: man0sions/nodejs-proxy ## Basic Information - **Project Name**: nodejs-proxy - **Description**: nodejs做一个跨域代理,解决前端跨域问题 - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2017-01-03 - **Last Updated**: 2022-06-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #nodejs-proxy ### 使用方法 ``` 后端 node server.js 前端 http://localhost:3000/?url={url} ```