简单HTTP服务器(Node.js)

19 阅读1分钟

首先需要安装mime-types,但是安装失败的话必须手动修改其源代码 以下是HTTP服务器源代码 运行输出

Server is running

即可