Skip to content

ricerollbb/node-share

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Nodejs Share

一点简单的Nodejs分享,希望能起到抛砖引玉的作用

官网的写法是Node.js,我们这里统一命名为Nodejs(无视dot)

'W'原理

What is Nodejs

Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world.

简单点概括:

  • 单线程
  • 基于强大的V8引擎执行
  • 基于事件驱动
  • 异步IO
  • 有强大的包和依赖管理生态系统
  • 开源
  • 主要运行于服务端(当然是必须远不止于此(*^__^*)

Why use Nodejs

因为很强大,势不可挡,没有理由拒绝。当然,如果你非得要问我为什么,请移步这里

How to use Nodejs

下载安装,完全傻瓜式,so easy

Nodejs大乱斗

Nodejs十八变

License

MIT

Contributors

Pigo

About

a sharing of nodejs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors