...
首页> 外文期刊>Computing reviews >Learning Node.js: a hands-on guide to building web applications in JavaScript
【24h】

Learning Node.js: a hands-on guide to building web applications in JavaScript

机译:学习Node.js:在JavaScript中构建Web应用程序的动手指南

获取原文
获取原文并翻译 | 示例
           

摘要

A tutorial on Node.js, a new way to develop web applications, is offered in this book. The old way of writing web applications is to send a request to a server, which starts a new thread of processing for each request; this results in high memory use on the server. Node.js allows developers to write web applications in JavaScript, using Google Chrome's V8 JavaScript engine. It operates on a single thread, using nonblocking input/output (I/O) calls, allowing it to support tens of thousands of concurrent connections. This platform is under active development. In fact, as of April 2014, it has not yet reached version 1.0.
机译:本书提供了有关Node.js的教程,这是一种开发Web应用程序的新方法。编写Web应用程序的旧方法是将请求发送到服务器,服务器为每个请求启动一个新的处理线程。这导致服务器上使用大量内存。 Node.js允许开发人员使用Google Chrome的V8 JavaScript引擎以JavaScript编写Web应用程序。它使用无阻塞输入/输出(I / O)调用在单个线程上运行,从而支持成千上万的并发连接。该平台正在积极开发中。实际上,截至2014年4月,它尚未达到1.0版。

著录项

相似文献

  • 外文文献
  • 中文文献
  • 专利
获取原文

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号