Node.js By Example

Krasimir Tsonev

  • 出版商: Packt Publishing
  • 出版日期: 2015-05-29
  • 售價: $1,860
  • 貴賓價: 9.5$1,767
  • 語言: 英文
  • 頁數: 220
  • 裝訂: Paperback
  • ISBN: 1784395714
  • ISBN-13: 9781784395711
  • 相關分類: Node.js
  • 下單後立即進貨 (約3~4週)

商品描述

Learn to use Node.js by creating a fully functional social network

About This Book

  • Plan and implement a modern Node.js application
  • Get to know the most useful Node.js capabilities
  • Learn how to create complex Node.js applications

Who This Book Is For

If you are a JavaScript developer with no experience with Node.js or server-side web development, this book is for you. It will lead you through creating a fairly complex social network. You will learn how to work with a database and create real-time communication channels.

In Detail

Node.js is a JavaScript-driven technology, which means that developers can use the same language to write backend code. Its growing community and the large amount of available modules make Node.js one of the most attractive development environments.

Node.js By Example covers Node.js fundamentals and teaches you how to use its technology to architect a project. It shows you how to manage an application's assets and how to implement the Model-View-Controller pattern. The next few chapters demonstrate how to develop the features of your social network. It also empowers you to communicate with a database, including storing, retrieving, and deleting data. The book ends by discussing the most popular ways to test your user interface in an efficient way.