Node.js是一个javascript运行环境。它让javascript可以开发后端程序,实现几乎其他后端语言实现的所有功能,可以与PHP、Java、Python、.NET、Ruby等后端语言平起平坐。node-v14.18.1-x64.msi,node.js已集成npm,直接安装该包即可。
2021-10-26 17:02:36 29.18MB node node.js node.js安装包
1
The first edition of Node.js in Action was about web development with a particular focus on the Connect and Express web frameworks. Node.js in Action, Second Edition has been updated to suit the changing requirements of Node development. You’ll learn about front-end build systems, popular Node web frameworks, and how to build a web application with Express from scratch. You’ll also learn how to create automated tests and deploy Node web applications. Node is being increasingly used for command-line developer tools and desktop applications with Electron, so you’ll find chapters dedicated to both of these areas. This book assumes you’re familiar with basic programming concepts. The first chapter provides an overview of JavaScript and ES2015 for those of you who haven’t yet discovered the joys of modern JavaScript. Roadmap This book is organized into three parts. Part 1 provides an introduction to Node.js, teaching the fundamental techniques needed to develop with it. Chapter 1 explains the characteristics of JavaScript and Node and steps through example code. Chapter 2 guides you through fundamental Node.js programming concepts. Chapter 3 is a full tutorial on how to build a web application from scratch. Part 2, the largest section of the book, focuses on web application development. Chapter 4 dispels some of the mystery around front-end build systems: if you’ve ever had to use webpack or Gulp in a project but didn’t really understand it, this is the chapter for you. Chapter 5 reviews some of the most popular server-side frameworks available for Node, and chapter 6 goes into Connect and Express in more depth. Chapter 7 is dedicated to templating languages, which can improve your productivity when writing server-side code. Most web applications need a database, so chapter 8 covers the many types of databases that you can use with Node, from relational to NoSQL. Chapters 9 and 10 deal with testing and deployment, and this includes cloud deployment. Part 3 goes be
2021-10-26 09:41:02 12.48MB Node.js In A
1
作者:Guillermo Rauch 了不起的Node.js 高清正版 入门node推荐书籍 值得学习 本书是一本经典的 Learning by Doing的书籍。它由 Node社区著名的 Socket.IO作者—— Guillermo Rauch,通过大量的实践案例撰写,并由 Node社区非常活跃的开发者—— Goddy Zhao翻译而成。 本书内容主要由对五大部分的介绍组成: Node核心设计理念、 Node核心模块 API、Web开发、数据库以及测试。从前到后、由表及里地对使用 Node进行 Web开发的每一个环节都进行了深入的讲解,并且最大的特点就是通过大量的实际案例、代码展示来剖析技术点,讲解最佳实践。
2021-10-25 18:07:32 47.46MB js Node 了不起的
1
2020.9最新-撩课 Vue2.x+Node.js 拼多多商城项目实战.txt2020.9最新-撩课 Vue2.x+Node.js 拼多多商城项目实战.txt2020.9最新-撩课 Vue2.x+Node.js 拼多多商城项目实战.txt2020.9最新-撩课 Vue2.x+Node.js 拼多多商城项目实战.txt
2021-10-24 23:38:16 67B vue
1
区块链中的PBFT 实际的拜占庭容错在区块链中的实现 随附文章: : 文献资料 系统配置 通过在config.js文件中设置NUMBER_OF_NODES的值来更新系统中的节点数。 通过在config.js文件中设置TRANSACTION_THRESHOLD来更新要存储在一个块中的最大事务数。 运行节点 使用以下命令运行节点(假设总节点数为3) 第一个节点: SECRET="NODE0" P2P_PORT=5000 HTTP_PORT=3000 node app 第二个节点: SECRET="NODE1" P2P_PORT=5001 HTTP_PORT=3001 PEERS=ws://localhost:5000 node app 第三节点: SECRET="NODE2" P2P_PORT=5002 HTTP_PORT=3002 PEERS=ws://localhost:5
2021-10-22 20:36:28 215KB JavaScript
1
Ambar是一个开源文档搜索引擎,具有自动抓取,OCR,标记和实时全文搜索功能
2021-10-22 09:36:53 56.41MB Node.js开发-其它杂项
1
Vue项目实操——使用Node.js+Vue.js重构Todolist 使用Node.js操作mongoDB接口
2021-10-21 22:02:40 4.11MB vue.js node.js
1
记事本 这是我的第一个node.js应用程序。 我正在创建一个记事本,它将允许您添加,列出,删除和阅读笔记。 它仍在建设中,因此我将经常进行更改。 为了使应用程序运行: 示例:node app.js(指令)-t =“” -b =“” 命令: app.js添加添加新笔记 app.js列表列出所有注释 app.js阅读阅读笔记 app.js删除删除便笺 如果需要可用指令的列表,请输入:node app.js --help 这将显示您拥有的选项。 您也可以为--body或-b输入标题为--title或-t
2021-10-21 19:47:16 3KB JavaScript
1
主要介绍了Node.js文件操作详解,本文讲解了处理文件路径讲的一些方法、fs模块详细的使用和介绍等内容,需要的朋友可以参考下
2021-10-20 12:30:06 103KB Node.js 文件操作
1
The Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow. Text content is released under Creative Commons BY-SA. See credits at the end of this book whom contributed to the various chapters. Images may be copyright of their respective owners unless otherwise specified
2021-10-19 23:36:41 13.6MB 英文打包 前端
1