Professional NodeJS

412 416 4
Professional NodeJS

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

Thông tin tài liệu

Tài liệu về NodeJS

ffirs.indd iffirs.indd i 22/09/12 10:16 AM22/09/12 10:16 AM PROFESSIONAL NODE.JS® INTRODUCTION . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xxvii  PART I INTRODUCTION AND SETUP CHAPTER 1 Installing Node . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 CHAPTER 2 Introducing Node . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .15  PART II NODE CORE API BASICS CHAPTER 3 Loading Modules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 CHAPTER 4 Using Bu ers to Manipulate, Encode, and Decode Binary Data . . . . . . 29 CHAPTER 5 Using the Event Emitter Pattern to Simplify Event Binding . . . . . . . . . . 35 CHAPTER 6 Scheduling the Execution of Functions Using Timers . . . . . . . . . . . . . . . 45  PART III FILES, PROCESSES, STREAMS, AND NETWORKING CHAPTER 7 Querying, Reading from, and Writing to Files . . . . . . . . . . . . . . . . . . . . . . 53 CHAPTER 8 Creating and Controlling External Processes . . . . . . . . . . . . . . . . . . . . . . 63 CHAPTER 9 Reading and Writing Streams of Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . 75 CHAPTER 10 Building TCP Servers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 83 CHAPTER 11 Building HTTP Servers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 95 CHAPTER 12 Building a TCP Client . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 103 CHAPTER 13 Making HTTP Requests . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 113 CHAPTER 14 Using Datagrams (UDP) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 129 CHAPTER 15 Securing Your TCP Server with TLS/SSL . . . . . . . . . . . . . . . . . . . . . . . . . 139 CHAPTER 16 Securing Your HTTP Server with HTTPS . . . . . . . . . . . . . . . . . . . . . . . . . 149  PART IV BUILDING AND DEBUGGING MODULES AND APPLICATIONS CHAPTER 17 Testing Modules and Applications . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 157 CHAPTER 18 Debugging Modules and Applications . . . . . . . . . . . . . . . . . . . . . . . . . . . 167 CHAPTER 19 Controlling the Callback Flow . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .177 Continues ffirs.indd iffirs.indd i 22/09/12 10:16 AM22/09/12 10:16 AM  PART V BUILDING WEB APPLICATIONS CHAPTER 20 Building and Using HTTP Middleware . . . . . . . . . . . . . . . . . . . . . . . . . . . 197 CHAPTER 21 Making a Web Application Using Express.js . . . . . . . . . . . . . . . . . . . . . . 217 CHAPTER 22 Making Universal Real-Time Web Applications Using Socket.IO . . . . 241  PART VI CONNECTING TO DATABASES CHAPTER 23 Connecting to MySQL Using node-mysql . . . . . . . . . . . . . . . . . . . . . . . . 267 CHAPTER 24 Connecting to CouchDB Using Nano . . . . . . . . . . . . . . . . . . . . . . . . . . . . 277 CHAPTER 25 Connecting to MongoDB Using Mongoose . . . . . . . . . . . . . . . . . . . . . . . 311 INDEX . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 351 ffirs.indd iiffirs.indd ii 22/09/12 10:16 AM22/09/12 10:16 AM PROFESSIONAL Node.js ® ffirs.indd iiiffirs.indd iii 22/09/12 10:16 AM22/09/12 10:16 AM ffirs.indd ivffirs.indd iv 22/09/12 10:16 AM22/09/12 10:16 AM PROFESSIONAL Node.js ® BUILDING JAVASCRIPTBASED SCALABLE SOFTWARE Pedro Teixeira ffirs.indd vffirs.indd v 22/09/12 10:16 AM22/09/12 10:16 AM Professional Node.js®: Building JavaScript-Based Scalable Software Published by John Wiley & Sons, Inc. 10475 Crosspoint Boulevard Indianapolis, IN 46256 www.wiley.com Copyright © 2013 by John Wiley & Sons, Inc., Indianapolis, Indiana Published simultaneously in Canada ISBN: 978-1-118-18546-9 ISBN: 978-1-118-22754-1 (ebk) ISBN: 978-1-118-24056-4 (ebk) ISBN: 978-1-118-26518-5 (ebk) Manufactured in the United States of America 10 9 8 7 6 5 4 3 2 1 No part of this publication may be reproduced, stored in a retrieval system or transmitted in any form or by any means, electronic, mechanical, photocopying, recording, scanning or otherwise, except as permitted under Sections 107 or 108 of the 1976 United States Copyright Act, without either the prior written permission of the Publisher, or authorization through payment of the appropriate per-copy fee to the Copyright Clearance Center, 222 Rosewood Drive, Danvers, MA 01923, (978) 750-8400, fax (978) 646-8600. Requests to the Publisher for permission should be addressed to the Permissions Department, John Wiley & Sons, Inc., 111 River Street, Hoboken, NJ 07030, (201) 748-6011, fax (201) 748-6008, or online at http://www.wiley.com/go/permissions . Limit of Liability/Disclaimer of Warranty: The publisher and the author make no representations or warranties with respect to the accuracy or completeness of the contents of this work and speci cally disclaim all warranties, including without limitation warranties of  tness for a particular purpose. No warranty may be created or extended by sales or promotional materials. The advice and strategies contained herein may not be suitable for every situation. This work is sold with the understanding that the publisher is not engaged in rendering legal, accounting, or other professional services. If professional assistance is required, the services of a competent professional person should be sought. Neither the publisher nor the author shall be liable for damages arising herefrom. The fact that an organization or Web site is referred to in this work as a citation and/or a potential source of further information does not mean that the author or the publisher endorses the information the organization or Web site may provide or recommendations it may make. Further, readers should be aware that Internet Web sites listed in this work may have changed or disappeared between when this work was written and when it is read. For general information on our other products and services please contact our Customer Care Department within the United States at (877) 762-2974, outside the United States at (317) 572-3993 or fax (317) 572-4002. Wiley publishes in a variety of print and electronic formats and by print-on-demand. Some material included with standard print versions of this book may not be included in e-books or in print-on-demand. If this book refers to media such as a CD or DVD that is not included in the version you purchased, you may download this material at http://booksupport.wiley.com . For more information about Wiley products, visit www.wiley.com . Library of Congress Control Number: 2012940020 Trademarks: Wiley, the Wiley logo, Wrox, the Wrox logo, Wrox Programmer to Programmer, and related trade dress are trademarks or registered trademarks of John Wiley & Sons, Inc., and/or its af liates, in the United States and other coun- tries, and may not be used without written permission. Node.js is a registered trademark of Joyent, Inc. All other trade- marks are the property of their respective owners. John Wiley & Sons, Inc., is not associated with any product or vendor mentioned in this book. ffirs.indd viffirs.indd vi 22/09/12 10:16 AM22/09/12 10:16 AM This book is dedicated to my wife, Susana. Throughout all these years she has always been an example of strength and persistence. ffirs.indd viiffirs.indd vii 22/09/12 10:16 AM22/09/12 10:16 AM ffirs.indd viiiffirs.indd viii 22/09/12 10:16 AM22/09/12 10:16 AM . rendering legal, accounting, or other professional services. If professional assistance is required, the services of a competent professional person should be. AM PROFESSIONAL Node.js ® BUILDING JAVASCRIPTBASED SCALABLE SOFTWARE Pedro Teixeira ffirs.indd vffirs.indd v 22/09/12 10:16 AM22/09/12 10:16 AM Professional

Ngày đăng: 04/07/2013, 10:12

Từ khóa liên quan

Tài liệu cùng người dùng

  • Đang cập nhật ...

Tài liệu liên quan