Book Image

Node.js By Example

By : Krasimir Tsonev
Book Image

Node.js By Example

By: Krasimir Tsonev

Overview of this book

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.
Table of Contents (13 chapters)
12
Index

Summary

In this chapter, we saw how to test our user interface. We successfully solved a couple of issues and used tools such as Mocha, Chai, and DalekJS. Testing our code is important, but it is often not enough. Tests that simulate user interaction and prove that our software works properly should exist.