Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zixiaowang/nodejs-load-html
javascript file for node js to load html and its releated files.
https://github.com/zixiaowang/nodejs-load-html
Last synced: 14 days ago
JSON representation
javascript file for node js to load html and its releated files.
- Host: GitHub
- URL: https://github.com/zixiaowang/nodejs-load-html
- Owner: ZixiaoWang
- Created: 2016-02-03T11:29:06.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-03T11:32:53.000Z (almost 9 years ago)
- Last Synced: 2024-11-11T18:06:29.424Z (2 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nodeJs-load-html
javascript file for node js to load html and its releated files.2016-02-03
用NodeJS建服务器时去处理对html页面的请求,包括对css文件,JavaScript文件和Json文件的请求。# 正则表达式
/([/\w\d-%;])*(.html|.json|.css|.js|.text)?(\?[\w%]*=[\w%]*)?/