Node.js By Example
- Length: 220 pages
- Edition: 1
- Language: English
- Publisher: Packt Publishing
- Publication Date: 2015-06-30
- ISBN-10: 1784395714
- ISBN-13: 9781784395711
- Sales Rank: #1795517 (See Top 100 Books)
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.
Table of Contents
Chapter 1. Node.js Fundamentals
Chapter 2. Architecting the Project
Chapter 3. Managing Assets
Chapter 4. Developing the Model-View-Controller Layers
Chapter 5. Managing Users
Chapter 6. Adding Friendship Capabilities
Chapter 7. Posting Content
Chapter 8. Creating Pages and Events
Chapter 9. Tagging, Sharing, and Liking
Chapter 10. Adding Real-time Chat
Chapter 11. Testing the User Interface