Guillermo Rauch(旧金山,加利福尼亚州)是一家位于旧金山,为
当地教育提供相关服务的创业公司LearnBoost的CTO和联合创始人。
Rauch还是几个知名Node.js项目的发明者,曾在JSConf和一些
Node.js workshop做过演讲。"
译者介绍:
Goddy Zhao(本名赵静),Successfactors(SAP子公司)软件工程师。毕业于复旦大学,先后在IBM、淘宝工作过,专注于企业级富客户端Web应用的开发,擅长前后端相结合的技术解决方案。曾与人合译过多本前端图书,并曾在沪JS及D2前端技术论坛担任过主持人和演讲嘉宾。个人主页http://goddyzhao.me。
发表于2024-11-22
Smashing Node.js 2024 pdf epub mobi 电子书
看了一点点,就发现了不少错误 比如15页末 Animal.prototype.getName() { 似乎应为 Animal.prototype.getName = function() { 16页开始 var animal = new Animal('tobi'); a.getName() == 'tobi'; //true 明显应为 animal.getName() == 'tobi'; //true
评分1.如何使用这本书 在有源码的情况下,尝试一个个例程还是不错的。至少比《深入浅出Node.js》好上手。书中源码在git上 https://github.com/guille/smashingnode 找了很久,并follow了作者。 2.这本书确实不适合入门 附上stackoverflow的“How do I get started wi...
评分这本书是我接触Node的第一本书,用来入门还是不错的。我一直认为用来入门的书不应该是大而全的字典书籍,更不是深入讲解的进阶书籍,能够引起读者的兴趣,并介绍一些基础的知识就足够了。英文原版写作于2012年,例子有些老,但是通过结合网上的资料来阅读学习,依然可以作为一...
评分这本书是我接触Node的第一本书,用来入门还是不错的。我一直认为用来入门的书不应该是大而全的字典书籍,更不是深入讲解的进阶书籍,能够引起读者的兴趣,并介绍一些基础的知识就足够了。英文原版写作于2012年,例子有些老,但是通过结合网上的资料来阅读学习,依然可以作为一...
评分P128 在P8页最下译者注的建议里,开始确实让我觉得作者把逗号写前面,怪怪的,但又奇怪大师为啥这样别具一格,肯定有道理的。 后看到128页和129页的代码时,我在寻觅server{}内的代码大体结构时,突然发现“,”逗号点在前面很有利于看清结构的,不信你试试。 P140 。。。 ...
图书标签: nodejs JavaScript 编程 Node.js Node 服务器 前端开发 smashing
Learn to make more efficient apps, with just one language! Smashing Node.js: JavaScript Everywhere equips you with the necessary tools to understand Node.js and its uses in developing efficient web apps. With more traditional web servers becoming obsolete, having knowledge on servers that achieve high scalability and optimal resource consumption using Node.js is the key to your app development success. Teaching you the essentials to making event-driven server-side apps, this book demonstrates how you can use less space and take less time for communication between web client and server. Contains numerous hands-on examples Explains implementation of real-time apps including Socket.IO and HTML5, and WebSockets Addresses practical Node.js advantages from specific design choices Demonstrates why knowledge and use of JavaScript is beneficial Includes an interactive online component with sample chapters Explains components of stand out apps including brevity and benchmarks Looking to enhance your abilities even further? Smashing Node.js: JavaScript Everywhere makes developing server-side apps accessible with its focus on JavaScript, open source, and easy-to-use language.
作为入门的渐进实践,内容编排非常好,从TCP到HTTP然后Connect再然后Express,居然都能找到跟现实的结合点,让读者每读一章最后都能做点跟目前的互联网世界有关系的东西,阅读动力十足
评分Learnboost开发过程中实践的总结,容易过时,适合一口气读完,然后看文档。
评分极好的入门
评分极好的入门
评分极好的入门
Smashing Node.js 2024 pdf epub mobi 电子书