Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Node Cookbook [Repost]

Posted By: ChrisRedfield
Node Cookbook [Repost]

David Mark Clements - Node Cookbook
Published: 2012-07-25 | ISBN: 1849517185 | EPUB + MOBI | 342 pages | 3 MB


Over 50 recipes to master the art of asynchronous server-side JavaScript using Node
Overview
Packed with practical recipes taking you from the basics to extending Node with your own modules
Create your own web server to see Node’s features in action
Work with JSON, XML, web sockets, and make the most of asynchronous programming
In Detail
The principles of asynchronous event-driven programming are perfect for today's web, where efficient real-time applications and scalability are at the forefront. Server-side JavaScript has been here since the 90's but Node got it right. With a thriving community and interest from Internet giants, it could be the PHP of tomorrow.
"Node Cookbook" shows you how to transfer your JavaScript skills to server side programming. With simple examples and supporting code, "Node Cookbook" talks you through various server side scenarios often saving you time, effort, and trouble by demonstrating best practices and showing you how to avoid security faux pas.
Beginning with making your own web server, the practical recipes in this cookbook are designed to smoothly progress you to making full web applications, command line applications, and Node modules. Node Cookbook takes you through interfacing with various database backends such as MySQL, MongoDB and Redis, working with web sockets, and interfacing with network protocols, such as SMTP. Additionally, there are recipes on correctly performing heavy computations, security implementations, writing, your own Node modules and different ways to take your apps live.
What you will learn from this book
Write and publish your own modules
Interface with various databases
Work with streams of data
Handle file uploads and POST data
Use the Express framework to accelerate the development of your applications
Learn about security, encryption, and authentication techniques
Approach
As part of Packt's cookbook series, this book is packed with practical recipes that will get you working efficiently with Node from the start. Each chapter focuses on a different aspect of working with Node.
Who this book is written for
If you have some knowledge of JavaScript and want to build fast, efficient, scalable client-server solutions, then Node Cookbook is for you. Experienced users of Node will improve their skills although even if you have not worked with Node before, these practical recipes will make it easy to get started.