Questions tagged «fileserver»

30
Node.js快速文件服务器(通过HTTP的静态文件)
是否有Node.js即用型工具(安装有npm),可以帮助我通过HTTP将文件夹内容作为文件服务器公开。 例如,如果我有 D:\Folder\file.zip D:\Folder\file2.html D:\Folder\folder\file-in-folder.jpg 然后开始,D:\Folder\ node node-file-server.js 我可以通过访问文件 http://hostname/file.zip http://hostname/file2.html http://hostname/folder/file-in-folder.jpg 为什么我的节点静态文件服务器删除请求? 引用一些神秘的东西 标准的node.js静态文件服务器 如果没有这样的工具,我应该使用什么框架? 相关: NodeJS中的基本静态文件服务器
642 node.js  http  fileserver 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.