{
  "source": "synopsis.markdown",
  "miscs": [
    {
      "textRaw": "概述",
      "name": "概述",
      "type": "misc",
      "desc": "<p>An example of a <a href=\"http.html\">web server</a> written with Node which responds with &apos;Hello\nWorld&apos;:\n\n</p>\n<p>一个输出 “Hello World” 的简单 <a href=\"http.html\">Web 服务器</a>例子：\n\n</p>\n<pre><code>console.log(&apos;服务器已运行，请打开 http://127.0.0.1:8124/&apos;);</code></pre>\n<p>To run the server, put the code into a file called <code>example.js</code> and execute\nit with the node program\n\n</p>\n<p>要运行这个服务器，先将程序保存为文件 “example.js”，并使用 node 命令来执行：\n\n</p>\n<pre><code>&gt; node example.js\n服务器已运行，请打开 http://127.0.0.1:8124/</code></pre>\n<p>All of the examples in the documentation can be run similarly.\n\n\n</p>\n<p>所有的文档中的例子均使用相同的方式运行。</p>\n"
    }
  ]
}