Book description
Learn to use Node.js by creating a fully functional social network
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.
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
Table of contents
-
Node.js By Example
- Table of Contents
- Node.js By Example
- Credits
- About the Author
- About the Reviewers
- www.PacktPub.com
- Preface
- 1. Node.js Fundamentals
- 2. Architecting the Project
- 3. Managing Assets
- 4. Developing the Model-View-Controller Layers
- 5. Managing Users
- 6. Adding Friendship Capabilities
- 7. Posting Content
- 8. Creating Pages and Events
- 9. Tagging, Sharing, and Liking
- 10. Adding Real-time Chat
- 11. Testing the User Interface
- Index
Product information
- Title: Node.js By Example
- Author(s):
- Release date: May 2015
- Publisher(s): Packt Publishing
- ISBN: 9781784395711
You might also like
book
Building APIs with Node.js
Learn how to build scalable APIs using the Node.js platform and ES6 (EcmaScript 2015) with this …
book
Learning Node.js Development
A comprehensive, easy-to-follow guide to creating complete Node apps and understanding how to build, deploy, and …
book
Node.js Recipes: A Problem-Solution Approach
Node.js Recipes is your one-stop reference for learning how to solve Node.js problems. Node.js is the …
book
Get Programming with Node.js
Get Programming with Node.js Get Programming with Node.js teaches you to write server-side code in JavaScript …