chenshenhai / discuss

MIT License
1 stars 0 forks source link

Node.js 哪些学习资料比较稀缺? #1

Open chenshenhai opened 6 years ago

chenshenhai commented 6 years ago

你们觉得现在网络上关于 Node.js 哪些方面学习资料比较少的?

xcsweb commented 6 years ago

热更新,还有一大堆不知道的包

Aemple commented 6 years ago

对于node的一些深一点的讲解 而不仅仅只是一个晓得实战

YangCheng0121 commented 6 years ago

Sequelize,这个,需要怎么用到项目上,并分成三层结构

liug000 commented 6 years ago

关于MySQL链接数据库的查询与插入等操作

jiucheng-front commented 6 years ago

招聘信息中的要求要會nodejs,這裡說的nodejs,到底指代什麼?

Elm1992 commented 6 years ago

网上的都是带着刷一些api,之后搭个静态服务器这种教程,偏实战的很少。还有就是一般前端对后端知识都比较欠缺,像是buffer,流这些概念很多都不知道,建议如果出教程的话讲一些偏基础的网络知识在配一个实战教程。

chenshenhai commented 6 years ago

@Aemple 您好!关于Node.js的深入讲解,你可以去阅读 田老师的《深入浅出Node.js》,虽然现在已经是Node 10.x,但是田老师里面的一些Node.js深层概念讲解都不会因Node版本变化而过时的。

chenshenhai commented 6 years ago

@celverbamboo,您好! 关于sequelize的使用学习,已经有很完整的英文使用文档 http://docs.sequelizejs.com/

chenshenhai commented 6 years ago

@liug000 您好!关于MySQL的操作,你可以参考http://docs.sequelizejs.com/ 这个npm模块的文档哈

chenshenhai commented 6 years ago

@wjf444128852 您好!关于不同公司的招聘Node.js要求,我只能提供个人的理解,不一定使用所有厂家。 会Node.js要求,应要满足一下技术能力储备

chenshenhai commented 6 years ago

@xxLion 您好!谢谢你的建议,后续考虑一下设计个实战型的教程

jiucheng-front commented 6 years ago

@chenshenhai 多谢

CAPFmzh commented 5 years ago

@chenshenhai 您说的工程技能 我理解没有太深 能更深层的解释一下么

ahuigo commented 4 years ago

那个node_modules 没看到有文章讲系统、清楚

  1. node_modules 下面 es/commonJs/umd 等模块格式,那node是怎么确定引入格式的?
  2. node10~node13 所支持的es module,那怎么让commonjs +mjs 混用?

这也是我现在不解的。node_module 本身也是个无底洞,不知道哪天deno 能进入实际的生产呢。