The Node.js Handbook### NODE.js HANDBOOK # Table of Contents Preface The Node.js Handbook Conclusion ## Preface The Node.js Handbook follows the 80/20 rule: learn in 20% of the time the 80% of a topic. In particular @flaviocopes. Enjoy! ### The Node.js Handbook • 1. Introduction to Node.js o 1.1. Node.js has a vast number of libraries ☐ 1.2. An example Node.js application ☐ 1.3. Node.js frameworks and tools • 2 2. A brief history of Node.js 2.0.1. 2009 2.0.2. 2010 2.0.3. 2011 2.0.4. 2012 2.0.5. 2013 2.0.6. 2014 2.0.7. 2015 2.0.8. 2016 2.0.9. 2017 2.0.10. 2018 2.0.11. 2019 2.0.12. 2020 2.0.13. 20210 码力 | 161 页 | 1.66 MB | 2 年前3
Node.js - the core### Node.js - the core Mark Volkmann mark@ociweb.com Object Computing, Inc. April 21, 2012 # Overview ... “Node's goal is to provide an easy way to build scalable network programs.” http://nodejs 3b2e55c45973122d5db1a57482/p5_1.jpg) ## Chrome V8 • From Google • Used by Chrome browser and Node.js • Implemented in C++ Currently supports ECMAScript 5 Node adopts the JavaScript syntax supported it at that point is entering the territory of undefined behavior." Issac Schlueter on Node.js mailing list, 3/15/12 ## Buffer Writing Methods ## • buffer[index] = value; • sets a given byte0 码力 | 124 页 | 7.87 MB | 2 年前3
Node.js Manual & Documentation# Node.js Manual & Documentation 项目网址:http://cnodejs.org Pdf 发布:Lenzhang ## Table Of Contents • Synopsis 概要 Global Objects 全局对象 global o process require() require.resolve() require.paths exports is the same as the exports object. See src/node.js for more information. 指向当前模块的引用。特别的,当你通过 module.exports 和 exports 两种方式访问的将是同一个对象,参见 src/node.js。 ## Timers 定时器 ##### setTimeout(callback, delay for (var i = 0; i < str.length; i++) { buf[i] = str.charCodeAt(i); } console.log(buf); // node.js ### Buffer.isBuffer(obj) Tests if obj is a Buffer. 验证 obj 的类别是否为 Buffer 类。 ### Buffer.byteLength(string0 码力 | 153 页 | 1.21 MB | 2 年前3
Release Notes for Node.js 1839/p1_1.jpg) ### Red Hat build of Node.js 18 ### Release Notes for Node.js 18 For use with Node.js 18 LTS Powered by TCPDF (www.tcpdf.org) For use with Node.js 18 LTS ## Legal Notice Copyright $ ^{©} European Union and other countries. Node.js $ ^{®} $ is an official trademark of Joyent. Red Hat is not formally related to or endorsed by the official Joyent Node.js open source or commercial project. their respective owners. ## Abstract This Release Note contains important information related to Node.js 18 LTS. ## Table of Contents PREFACE ..... 3 CHAPTER 1. REQUIRED INFRASTRUCTURE COMPONENT VERSIONS0 码力 | 18 页 | 106.27 KB | 2 年前3
用 Node.js 滚「雪球」### 用 Node.js 滚「雪球」 孟祥宇 mengxy@xueqiu.com http://xueqiu.com/mengxy ## 「雪球」是什么 http://xueqiu.com 聪明的投资者都在这里 ## 管理你的投资信息  评论 ## 信息复盘  ### 选择Node.js之前的思考 前端工程师的知识结构 HTML/CSS/JS HTTP 雪球 ## 前端工程师做什么 面向用户的工程师 - 浏览器/服务器不是分界线 • web/mobile ## get('/', function(req, res) { res.send('hello world'); }); app.listen(3000); ### node.js http module http.get("http://xueqiu.com", function(res) { console.log("Got response:0 码力 | 33 页 | 791.85 KB | 2 年前3
全栈⼯程师之路 Node.js### 全栈工程师之路 Node.js by 桑世龙(i5ting) ## i5ting:一个开源爱好者 StuQ明星讲师 Node.js布道者 空弦科技CTO Cnodejs管理员   ## 目录 • Part 1:为什么选择 Node.js? • Part 2:Node.js 快速开发实践 • Part 3:全栈展望 • Part 4:如何全栈? ### Part 1: 为什么选择 Node.js? 空弦科技做的是基于云仓储的 SaaS 服务,给中小卖家提供服务,核心系统是进销存、订单池、WMS。 “JavaScript 除了性能,其他都是病? # 现在我们拿 Node.js 的强大的生态来炫耀 ## 1、 Callback hell 问题 目前已经很好的解决了。promise / generator / async 后面会讲。 ## 2、 包管理 npm 已经是开源世界里最大的包管理器了,模块非常丰富(25.6万)。 ## 我们的瓶颈 · 人 • 开发速度 • 稳定 ### Node.js 好处 - 同样不优化,0 码力 | 50 页 | 1.35 MB | 2 年前3
Node.js Client & Web Bridge Ready
for ROS 2.0## Software #### Node.js* Client & Web Bridge Ready for ROS* 2.0 Minggang Wang September 30 2018 ## Agenda • Who We Are • Why Use Node.js & Web in Robotics • Thinking in “ROS 2.0 + Web” • The Design of rclnodejs & ros2-web-bridge • List of Features • Performance Comparison: Node.js, C++ & Python • Video Demo Intel ♥ Robot • Contacts & Resource Links ## Who we are Intel performant.  ### Why Use Node.js & Web in Robotics - High-performance (JIT), faster than Python - Do more on same robot0 码力 | 19 页 | 2.09 MB | 2 年前3
Node.js在YunOS中的最佳实践### Node.js在YunOS中的最佳实践 叶敬福 ## 摘要 • YunOS: 万物互联 • YunOS选择Node.js - Node.js在YunOS中的最佳实践 - 对IO优先的Loopper机制的改造和优化 - SAB + Worker机制的实践 - 性能优化的实践  ### YunOS选择Node.js ## 基础技术架构 Cloud App Cloud App Framework Rendering Engine Runtime & Node.js(VM) YunCore Libs & Services YunHAL Linux (kernel + drivers) ### Node.js对YunOS的助力 技术 模块化、Native互调、事件模型 模块化、Native互调、事件模型 社区 开发者生态成熟 跨端 计算无处不在 分发 云端一体,即点即用 node ### Node.js的不足  作为JavaScript虚拟机还不成熟(缺少完整的libcore)0 码力 | 20 页 | 1.37 MB | 2 年前3
Egg & Node.js 从⼩⼯坊⾛向企业级开发### Egg & Node.js 从小工坊走向企业级开发 天猫 / 阿里游戏前端负责人,Egg 核心开发者 ## 自我简介  天猪 阿里游戏前端负责人,@广州 @Alibaba UC Node.JS / EggJS / Scrat aliyun-egg Plugin 插件生态 Tool 工具链 基于规范实现一套框架 - Egg 社区生态 Specification 一套规范和约定 Koa Node.js ### Base on Node.js [1/8] ## 你是否遇到过?  ### 聊聊 Node.js 构建部署时 我们要关心的数据 死月  ## 死月 XadillaX(朱凯迪) #### 蚂蚁金服 Node.js 研发工程师 /《Node.js:来一打 C++ 扩展》作者 2013-2015 [Image](/uploads/documents/5/d/2/7/5d271b655d61bf14b736fcfb28672669/p4_1.jpg) ## 1 源起 我是如何扎入这个坑位的。 ### 400 + Node.js 应用 ## 我是谁?我要做什么?谁用了我?  ### Node.js 版本饼图 Node.js alinode0 码力 | 47 页 | 5.80 MB | 2 年前3
共 593 条
- 1
- 2
- 3
- 4
- 5
- 6
- 60













