Ebook: Node.js By Example
Author: Krasimir Tsonev
- Tags: Languages Tools Ada Ajax Assembly Language Programming Borland Delphi C CSS Compiler Design Compilers DHTML Debugging Fortran Java Lisp Perl Prolog Python RPG Ruby Swift Visual Basic XHTML XML XSL Computers Technology Software Development Testing Engineering JavaScript Web Services Reference Test Preparation Almanacs Yearbooks Atlases Maps Careers Catalogs Directories Consumer Guides Dictionaries Thesauruses Encyclopedias Subject English as a Second Etiquette Foreign Study Genealogy Quotations S
- Year: 2015
- Publisher: Packt Publishing - ebooks Account
- Language: English
- epub
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.