Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frankfang/nodejs-test
https://github.com/frankfang/nodejs-test
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/frankfang/nodejs-test
- Owner: FrankFang
- Created: 2016-10-14T10:59:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-16T14:58:58.000Z (almost 2 years ago)
- Last Synced: 2024-04-17T00:07:41.138Z (7 months ago)
- Language: JavaScript
- Homepage: nodejs-test-frankfang.vercel.app
- Size: 43 KB
- Stars: 59
- Watchers: 5
- Forks: 137
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nodejs-test
## 启动应用
`node server.js 8888`
或者
`node server 8888`
## 添加路由
1. 编辑 server.js 文件,添加 if else
2. 重新运行 node server.js 8888## 后台启动应用
touch log
`node server.js 8888 >log log 2>&1 &`