Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/frankfang/nodejs-test


https://github.com/frankfang/nodejs-test

Last synced: 17 days ago
JSON representation

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 &`