Book Image

CoffeeScript Application Development Cookbook

By : Mike Hatfield
Book Image

CoffeeScript Application Development Cookbook

By: Mike Hatfield

Overview of this book

Table of Contents (18 chapters)
CoffeeScript Application Development Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Introduction


One of the most important aspects of developing an application is the user interface. In this chapter, we will look at many popular frameworks and libraries that can be used with CoffeeScript when developing the user interfaces and client-side application code for our applications.

We will look at several options for creating views, handling UI events, and routing using Backbone and AngularJS specifically.

We will also see how we can implement real-time communications between our client application and server using the Socket.io library.