Node.js 有没有在线练习
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/16156736/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Is there any online exercises on Node.js
提问by Fadwa
I'm new at Node.js and i need some practice on it, so is there any online exercises same as http://www.codecademy.com/for node.js?
我是 Node.js 的新手,我需要一些练习,那么 node.js是否有与http://www.codecademy.com/相同的在线练习?
采纳答案by AberZombie
Just dothe tutorials as you read them. Try setting up a webserver and serving a page that says "hello." I'm not sure you're going to find interactive exercises like codeacademy for something like nodejs.
只需在阅读教程时完成教程即可。尝试设置一个网络服务器并提供一个显示“你好”的页面。我不确定您是否会为 nodejs 之类的东西找到像 codeacademy 这样的交互式练习。
Again I think your best bet is the previous SO question How do I get started with Node.js
我再次认为你最好的选择是之前的 SO 问题我如何开始使用 Node.js
回答by BigBoy1337
There is a node.js course at CodeSchool (the first lesson is free, $29/mo after): http://node.codeschool.com/
CodeSchool 有 node.js 课程(第一课免费,之后 29 美元/月):http: //node.codeschool.com/

