The Next.js Handbook### NEXT.js HANDBOOK # Table of Contents Preface The Next.js Handbook Conclusion ## Preface The Next.js Handbook follows the 80/20 rule: learn in 20% of the time the 80% of a topic. In particular particular, the goal is to get you up to speed quickly with Next.js. This book is written by Flavio. I publish programming tutorials on my blog flaviocopes.com and I organize a yearly bootcamp at bootcamp.dev. You can reach me on Twitter @flaviocopes. Enjoy! ### The Next.js Handbook • 1. Introduction • 2. The main features provided by Next.js ☐ 2.0.1. Hot Code Reloading ☐ 2.0.2. Automatic Routing ☐ 2.00 码力 | 54 页 | 2.61 MB | 2 年前3
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 particular, the goal is to get you up to speed quickly with Node.js. This book is written by Flavio. I publish programming tutorials on my blog flaviocopes.com and I organize a yearly bootcamp at bootcamp.dev. @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. A0 码力 | 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 building “servers” “The official name of Node is "Node". The unofficial name is "Node.js" to disambiguate it from other nodes.” https://github.com/joyent/node/wiki/FAQ • Runs on top 2e55c45973122d5db1a57482/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 supported0 码力 | 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 server, put the code into a file called example.js and execute it with the node program 要运行这个服务器程序,只要将上述代码保存为文件 example.js 并用 node 程序执行此文件: > node example.js Server running at http://127.0.0.1:8124/ All 命令行参数中传入的文件名不同。 Example: running node example.js from /Users/mjr 例如:在目录/Users/mjr 下运行 node example.js console.log(__filename); // Users/mjr/example.js ## dirname The dirname of the script being executed0 码力 | 153 页 | 1.21 MB | 2 年前3
Nim on everything(0 connecting) Round: 1/1 ## Nim on the web » Compilation with JS » Has JS specific modules » Can use JS libraries » Uses the JS garbage collector ## Nim on the web Ricardo It's about time0 码力 | 16 页 | 2.09 MB | 2 年前3
Release Notes for Node.js 18/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. The 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 ## 雪球 ## 当时项目的状态 - 全JAVA堆栈 • 页面用jsp渲染 ## 雪球 Single Page App - Ajax 获取接口数据 - 用 js 拼装 json json 数据 雪球 ## node $ ^{is} $ - 像 ajax 那样获取接口数据 - 像 js 那样拼装 json 数据 • 更方便的控制 html 渲染方式 • 开发顺手的工具 初试牛刀 雪球 ### express http://expressjs.com  ## 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  ### Why Use Node.js & Web in Robotics - High-performance (JIT), faster than Python - Do more on same robot control0 码力 | 19 页 | 2.09 MB | 2 年前3
Node.js在YunOS中的最佳实践### Node.js在YunOS中的最佳实践 叶敬福 ## 摘要 • YunOS: 万物互联 • YunOS选择Node.js - Node.js在YunOS中的最佳实践 - 对IO优先的Loopper机制的改造和优化 - SAB + Worker机制的实践 - 性能优化的实践  Page JS Agil-UI Page JS库 Service  ### 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互调、事件模型0 码力 | 20 页 | 1.37 MB | 2 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100
相关搜索词
Next.js服务器端渲染自动代码分割静态导出TypeScript支持Node.jsJavaScriptnpmV8引擎事件循环core modulesV8require模块require()定时器全局对象NimJS垃圾收集器服务器桌面端游戏模式Node.js 18 LTSV8 JavaScript engineHTTP timeoutsBlob APIBroadcastChannel APIExpress框架雪球错误处理调试环境全栈工程师前端开发后端开发MongoDBROS 2.0Web BridgePublisher/SubscriptionClient/ServiceYunOS性能优化IO事件驱动多任务处理













