Node.js By Example
| By: | Krasimir Tsonev |
| Publisher: | Packt Publishing |
| Print ISBN: | 9781784395711 |
| eText ISBN: | 9781784399603 |
| Edition: | 1 |
| Copyright: | 2015 |
| Format: | Reflowable |
Lifetime - $47.99
eBook Features
Instant Access
Purchase and read your book immediately
Read Offline
Access your eTextbook anytime and anywhere
Study Tools
Built-in study tools like highlights and more
Read Aloud
Listen and follow along as Bookshelf reads to you
Details
Table of Contents
Book Description
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 ModelViewController 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 realtime chat capability for users of the social network
- Explore how to test the user interface of your web application