美文网首页
http-server:一个简单的http服务器,在Deepin

http-server:一个简单的http服务器,在Deepin

作者: zlrs | 来源:发表于2018-07-27 13:53 被阅读0次

    http-server 简介

    http-server is a simple, zero-configuration command-line http server. It is powerful enough for production usage, but it's simple and hackable enough to be used for testing, local development, and learning.

    安装方法

    1)使用Deepin/Ubuntu,或其它Debian Like发行版,在终端输入sudo apt install npm安装npm包管理器
    2)安装完npm后,输入sudo npm install http-server -g,参数-g表示全局安装,这样它就可以从终端运行,否则在终端输入http-server将提示找不到此命令。

    测试

    1)在终端cd到一个存有资源的文件夹,输入http-server,将提示可访问的ip和端口,这个是可以修改的,详见本文第一个参考或http-server --help

    http service started
    2)打开浏览器看看是否能访问指定的URL下的资源,如图
    成功访问资源

    参考

    相关文章

      网友评论

          本文标题:http-server:一个简单的http服务器,在Deepin

          本文链接:https://www.haomeiwen.com/subject/sbowmftx.html