{"id":4968,"date":"2013-05-30T20:04:01","date_gmt":"2013-05-30T12:04:01","guid":{"rendered":"http:\/\/jpuyy.com\/?p=4968"},"modified":"2013-05-30T20:04:01","modified_gmt":"2013-05-30T12:04:01","slug":"ubuntu-install-nodejs","status":"publish","type":"post","link":"https:\/\/jpuyy.com\/?p=4968","title":{"rendered":"ubuntu\u5b89\u88c5\u914d\u7f6enodejs"},"content":{"rendered":"<p>\u5b89\u88c5nodejs\uff0cnpm<\/p>\n<pre>apt-get install nodejs\r\napt-get install npm<\/pre>\n<p>\u7f16\u5199hello.js<\/p>\n<pre>var http = require('http');\r\nhttp.createServer(\r\nfunction(req, res){\r\nres.writeHead(200, {'Content-Type':'text\/plain'});\r\nres.end('hello node.js');\r\n}\r\n).listen(8124,\"127.0.0.1\");\r\nconsole.log('Server running at http:\/\/127.0.0.1:8124\/');<\/pre>\n<p>\u8fd0\u884c<\/p>\n<pre>node hello.js<\/pre>\n<p>\u6253\u5f00\u6d4f\u89c8\u5668\u5373\u53ef\u770b\u5230<\/p>\n<p>hello node.js<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u5b89\u88c5nodejs\uff0cnpm apt-get install nodejs apt-get install npm \u7f16\u5199hello.js var http = require(&#8216;http&#8217;); http.createServer( function(req, res){ res.writeHead(200, {&#8216;Content-Type&#8217;:&#8217;text\/plain&#8217;}); res.end(&#8216;hello node.js&#8217;); } ).listen(8124,&#8221;127.0.0.1&#8243;); console.log(&#8216;Server running at http:\/\/127.0.0.1:8124\/&#8217;); \u8fd0\u884c node hello.js \u6253\u5f00\u6d4f\u89c8\u5668\u5373\u53ef\u770b\u5230 hello node.js<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[140],"tags":[23],"class_list":["post-4968","post","type-post","status-publish","format-standard","hentry","category-nodejs","tag-summary"],"_links":{"self":[{"href":"https:\/\/jpuyy.com\/index.php?rest_route=\/wp\/v2\/posts\/4968","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jpuyy.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jpuyy.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jpuyy.com\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/jpuyy.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=4968"}],"version-history":[{"count":2,"href":"https:\/\/jpuyy.com\/index.php?rest_route=\/wp\/v2\/posts\/4968\/revisions"}],"predecessor-version":[{"id":5010,"href":"https:\/\/jpuyy.com\/index.php?rest_route=\/wp\/v2\/posts\/4968\/revisions\/5010"}],"wp:attachment":[{"href":"https:\/\/jpuyy.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4968"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jpuyy.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=4968"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jpuyy.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=4968"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}