开发者

What would be a good project to learn node.js [closed]

开发者 https://www.devze.com 2023-02-05 05:30 出处:网络
Closed. This question needs to be more focused. It is not currently accepting answers. 开发者_开发知识库
Closed. This question needs to be more focused. It is not currently accepting answers.
开发者_开发知识库

Want to improve this question? Update the question so it focuses on one problem only by editing this post.

Closed 7 years ago.

Improve this question

Everyone is talking about NodeJS so I though I'll look into it by creating a usefull project but I cant really think of something usefull to build on NodeJS tha fully demonstrates it's capabilities.

does any of you have a good idea ?


If it's web-based apps you're interested in creating, and if you don't mind following a tutorial, then I'll recommend DailyJS's tutorial series on building a web-based, Notepad-like application from start to finish on Node: http://dailyjs.com/tags.html#lmawa.

It covers all the basics, including databases, middleware, templates and testing.


Build a web framework, like everybody else. ;)

But seriously, this can expose you to network programming, file i/o, and HTTP at a level that isn't typically reached when using someone else's framework (hands-on is much better than reading somebody else's code).

With Node it may no longer be "Build a blog," but rather "Build a framework that builds a blog."


Just any website should do. You could for example do a blog involving NodeJS and MongoDB.


I cant really think of something usefull to build on NodeJS tha fully demonstrates it's capabilities.

Node.js can be probably hardly used to build single useful project or module which demonstrates all of it's capabilities because there are many areas which it can be applied to. I would say you should pick the area which interests you the most so that you won't lose your enthusiasm and eventually you can become an expert in that particular area.

0

精彩评论

暂无评论...
验证码 换一张
取 消