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.js By Example

Posted By: AlenMiler
Node.js By Example

Node.js By Example by Krasimir Tsonev
English | May 25, 2015 | ISBN: 1784395714 | 220 pages | PDF/EPUB/MOBI | 8.13 Mb

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.
What You Will Learn
  • Get to know the fundamentals of Node.js
  • Understand why architecting is important and what the planning of a typical Node.js application looks like
  • Successfully manage every web application asset such as CSS, JavaScript, or image files
  • Implement the Model-View-Controller pattern in the context of a Node.js application
  • Communicate with a database, including storing, retrieving, and deleting data
  • Implement more complex features such as creating social network pages, tagging, sharing, and liking posts
  • Create a real-time chat capability for users of the social network
  • Explore how to test the user interface of your web application
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.