• Complain

Fabian Cook - Node.js Essentials

Here you can read online Fabian Cook - Node.js Essentials full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2015, publisher: Packt Publishing, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

No cover
  • Book:
    Node.js Essentials
  • Author:
  • Publisher:
    Packt Publishing
  • Genre:
  • Year:
    2015
  • Rating:
    4 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 80
    • 1
    • 2
    • 3
    • 4
    • 5

Node.js Essentials: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Node.js Essentials" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Fabian Cook: author's other books


Who wrote Node.js Essentials? Find out the surname, the name of the author of the book and a list of all author's works by series.

Node.js Essentials — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Node.js Essentials" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Node.js Essentials

Table of Contents
Node.js Essentials

Node.js Essentials

Copyright 2015 Packt Publishing

All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embedded in critical articles or reviews.

Every effort has been made in the preparation of this book to ensure the accuracy of the information presented. However, the information contained in this book is sold without warranty, either express or implied. Neither the author, nor Packt Publishing, and its dealers and distributors will be held liable for any damages caused or alleged to be caused directly or indirectly by this book.

Packt Publishing has endeavored to provide trademark information about all of the companies and products mentioned in this book by the appropriate use of capitals. However, Packt Publishing cannot guarantee the accuracy of this information.

First published: November 2015

Production reference: 1301015

Published by Packt Publishing Ltd.

Livery Place

35 Livery Street

Birmingham B3 2PB, UK.

ISBN 978-1-78528-492-2

www.packtpub.com

Credits

Author

Fabian Cook

Reviewers

Shoubhik Bose

Glenn Geenen

Commissioning Editor

Edward Gordan

Acquisition Editor

Divya Poojari

Content Development Editor

Athira Laji

Technical Editor

Naveenkumar Jain

Copy Editor

Sneha Singh

Project Coordinator

Harshal Ved

Proofreader

Safis Editing

Indexer

Hemangini Bari

Production Coordinator

Shantanu N. Zagade

Cover Work

Shantanu N. Zagade

About the Author

Fabian Cook is an experienced JavaScript developer who lives in Hawkes Bay, New Zealand. He began working with Java and C# very early in his life, which lead to using Node.js in an open source context. He is now currently working for a New Zealand ISP, known as NOW NZ where they are utilizing the full power of Node.js, Docker and CoreOS.

About the Reviewer

Glenn Geenen is a Node.js developer with a background in game and mobile development. He has mostly worked as an iOS consultant before becoming a Node.js consultant for his company, GeenenTijd.

www.PacktPub.com
Support files, eBooks, discount offers, and more

For support files and downloads related to your book, please visit www.PacktPub.com.

Did you know that Packt offers eBook versions of every book published, with PDF and ePub files available? You can upgrade to the eBook version at > for more details.

At www.PacktPub.com, you can also read a collection of free technical articles, sign up for a range of free newsletters and receive exclusive discounts and offers on Packt books and eBooks.

httpswww2packtpubcombookssubscriptionpacktlib Do you need instant - photo 1

https://www2.packtpub.com/books/subscription/packtlib

Do you need instant solutions to your IT questions? PacktLib is Packt's online digital book library. Here, you can search, access, and read Packt's entire library of books.

Why subscribe?
  • Fully searchable across every book published by Packt
  • Copy and paste, print, and bookmark content
  • On demand and accessible via a web browser
Free access for Packt account holders

If you have an account with Packt at www.PacktPub.com, you can use this to access PacktLib today and view 9 entirely free books. Simply use your login credentials for immediate access.

Preface

Node.js is simply a tool that lets you use JavaScript on the server side. However, it actually does much more than that by extending JavaScript, it allows for a much more integrated and efficient approach to development. It comes as no surprise that it's a fundamental tool for full-stack JavaScript developers. Whether you work on the backend or frontend, you adopt a much more collaborative and agile way of working using Node.js, so that you and your team can focus on delivering a quality end product. This will ensure that you're ready to take on any new challenge that gets thrown at you.

This book will be fast paced and cover dependency management, running your own HTTP server, real time communication, and everything in between that is needed to get up and running with Node.js.

What this book covers

, Getting Started , covers the setup of Node.js. You will also cover how to utilize and manage dependencies.

, Simple HTTP , covers how to run a simple HTTP server and helps you understand routing and utilization of middleware.

, Authentication , covers the utilization of middleware and JSON Web Token to authenticate users.

, Debugging , covers the integration of post-mortem techniques in your development tasks and how to debug your Node.js programs.

, Configuration , covers the configuration and maintenance of your software using centralized configuration options, arguments, and environmental variables.

, LevelDB and NoSQL , covers the introduction of NoSQL databases, such as LevelDB and MongoDB. It also covers the use of the simple key/value store and a more complete document database.

, Socket.IO , explores the real-time communication between clients, servers, and back again and also how it authenticates and notifies the users.

, Creating and Deploying Packages , focuses on sharing the modules and contributing to the eco-system

, Unit Testing , tests your code using Mocha, Sinon, and Chance and also covers how to use mocks with functions and generate random values to test your code

, Using More Than JavaScript , explains the usage of CoffeeScript with Node.js to expand language capabilities.

What you need for this book

You will need a computer that runs Unix ( Macintosh ), Linux or Windows, along with your preferred Integrated Development Environment. If you don't have an IDE then you have a few options, such as:

  • Atom: https://atom.io/
  • Sublime: http://www.sublimetext.com/
  • Cloud 9: https://c9.io/
Who this book is for

The book will be helpful to anybody who wants to have knowledge of Node.js (what Node.js is about, how to use it, where it's useful and when to use it). Familiarity with server-side and Node.js is a prerequisite.

Conventions

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.

Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "We can include other contexts through the use of the include directive."

A block of code is set as follows:

Any command-line input or output is written as follows:

[~]$ npm install -g n

New terms and

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Node.js Essentials»

Look at similar books to Node.js Essentials. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Node.js Essentials»

Discussion, reviews of the book Node.js Essentials and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.