소스 검색

Recommend Servez

Gregg Tavares 5 년 전
부모
커밋
5eea4e48b8
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>