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

https://github.com/betasu/anydoor

静态资源服务器
https://github.com/betasu/anydoor

Last synced: over 1 year ago
JSON representation

静态资源服务器

Awesome Lists containing this project

README

          

# anyDoor
A simple static server for nodeJs

## 使用方法
```
anydoor # 把当前文件夹作为静态资源服务器根目录
anydoor -p 8080 # 手动设置端口号
anydoor -h localhost # 手动设置host为localhost
anydoor -d /user # 设置根目录为 /user
```