浏览代码

Merge pull request #18424 from greggman/deprecate-http-server

Docs: Recommend Servez
Mr.doob 5 年之前
父节点
当前提交
c1ce3a4389
共有 1 个文件被更改,包括 8 次插入1 次删除
  1. 8 1
      docs/manual/en/introduction/How-to-run-things-locally.html

+ 8 - 1
docs/manual/en/introduction/How-to-run-things-locally.html

@@ -49,7 +49,14 @@
 				three.js application.
 			</p>
 
-			<h3>Node.js server</h3>
+			<h3>Servez</h3>
+			<div>
+				<p>
+					[link:https://greggman.github.io/servez Servez] is a simple server with a GUI.
+				</p>
+			</div>
+
+			<h3>Node.js http-server</h3>
 			<div>
 				<p>Node.js has a simple HTTP server package. To install:</p>
 				<code>npm install http-server -g</code>