简体   繁体   English

我无法理解Node.JS,任何资源和教程可以帮助我吗?

[英]I Just Can't Understand Node.JS, Any Resources and Tutorials Out There To Help Me Out?

I know this question has been asked multiple times on this site in one way or another, but even after everything I've looked at I still can't for the life of me work out Node.JS nor how to efficiently use it as well as knowing what it's good for. 我知道这个问题已经在这个网站上以这种或那种方式被多次询问过,但是即使在我看过的所有内容之后,我仍然无法为我的生活制定Node.JS以及如何有效地使用它知道它有什么好处。

I consider myself an advanced JavaScript developer. 我认为自己是一名高级JavaScript开发人员。 I'm not just talking about knowing jQuery or Prototype, but rather actually knowing the underlying language quite well which from my understanding is all you really need to learn Node.JS as it is server-side JavaScript after all. 我不仅仅是在谈论知道jQuery或Prototype,而是真正了解底层语言,从我的理解中你真正需要学习Node.JS,因为它毕竟是服务器端的JavaScript。

I develop on a Windows machine, but have just installed Virtualbox and an Ubuntu Server ISO to develop Node.JS applications in it. 我在Windows机器上开发,但刚刚安装了Virtualbox和Ubuntu Server ISO来开发Node.JS应用程序。 Where do I begin? 我该从哪里开始? I know the language, but what now? 我知道语言,但现在呢? I can't seem to understand how applications are written in it. 我似乎无法理解应用程序是如何写入其中的。

Another question (if I hadn't already asked a million of them) is should I be using a framework for Node.JS like Geddy or Express or should I learn Node.JS and then consider a framework? 另一个问题(如果我还没有问过其中的一百万个)我应该使用像Geddy或Express这样的Node.JS框架,还是应该学习Node.JS然后考虑一个框架?

我发现Node Beginner是一个很好的起点。

If your time for this project is limited, you should jump right at a framework. 如果你的这个项目的时间有限,你应该跳到一个框架。 If you want a deeper understanding of the tools you are working with, start with a barebones tutorial (which does not make much use of frameworks such as expressjs, backbone). 如果您想要更深入地了解您正在使用的工具,请从准系统教程开始(它没有充分利用诸如expressjs,backbone之类的框架)。 I've also found Node Beginner to be the best starting point, so go with Michael Stum's advice. 我也发现Node Beginner是最好的起点,所以请遵循Michael Stum的建议。

Later when you will start using those frameworks, you will be able to understand better what each line actually does. 稍后当您开始使用这些框架时,您将能够更好地理解每条线实际上做了什么。

I really would suggest just looking at the documentation on the nodejs.org site itself... 我真的建议只看一下nodejs.org网站上的文档......

Overview and video http://nodejs.org/docs/latest/ and the API Manual which is not too long and worth a read.... 概述和视频http://nodejs.org/docs/latest/API手册不太长,值得一读....

I would suggest that you first start with the basics, and the later go with frameworks and modules of which this should be you starting point 我建议你先从基础开始,然后再使用框架和模块, 应该是你的起点

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 请帮忙,我不知道如何在 node.js 中使用节点调度模块 - Please help, I can't figure out how to use node-schedule module in node.js 我似乎无法弄清楚如何修复JavaScript中的两个棉绒。 有人可以帮我理解吗? - I can't seem to figure out how to fix two lints in my javascript. Can someone help me understand? 有人帮我理解在HackerRank上使用JavaScript时Node.js代码的用途吗? - Can someone help me understand the purpose of the Node.js code when using JavaScript on HackerRank? 你能帮我理解异步等待在 Node.js 中的工作原理吗? - Can you help me understand how async await works in Node.js? 我在Node.JS中得到一个SyntaxError,但我无法从日志消息中找出该错误的来源 - I get a SyntaxError in Node.JS, but I can't figure out the origin of that error from the log messages 有人可以帮我在Node.Js中设置缓冲区吗? - Can someone help me set up a buffer in Node.Js? 是否有任何 NPM package 可以帮助我解决这种情况? - is there any NPM package which can help me out with this situation? node.js 快递无法理解 css 文件的路径 - node.js express can't understand path to css files Node.js —请帮助我进行递归 - Node.js — please help me with recursion 无法使用Node.js服务器加载本地资源 - Can't load local resources with Node.js server
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM