Book Image

CoffeeScript Programming with jQuery, Rails, and Node.js

By : Michael Erasmus
Book Image

CoffeeScript Programming with jQuery, Rails, and Node.js

By: Michael Erasmus

Overview of this book

<p>CoffeeScript is a young but popular language that makes web programming fun and more productive. It compiles to JavaScript and unleashes its powerful features while not straying too far from the language. It’s become one of the most popular languages on Github and is being used for both browser and server side programming.<br /><br />"CoffeeScript programming with jQuery, Rails, and Node.js" will not only teach you the CoffeeScript language but also show you how it’s being used by professional programmers with the latest web technologies.<br /><br />This book will teach you the basics of the language, focusing particularly on how it improves on JavaScript. It then focuses on building real life projects in CoffeeScript using jQuery, Rails, and Node.js. <br /><br />We look at CoffeeScript as a language that takes the power of JavaScript and presents it in an elegant and concise syntax. We will then see how we can use its power to write beautiful and short programs for various environments and how it complements the latest and greatest web frameworks.<br /><br />CoffeeScript programming with jQuery, Rails, and Node.js is all you need to become well versed with this great language and set you on your way to using it to write web applications.</p>
Table of Contents (12 chapters)
CoffeeScript Programming with jQuery, Rails, and Node.js
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


In this chapter, we completed our tour of the CoffeeScript ecosystem by exploring Node.js as a fast, event-driven platform that lets you use JavaScript or CoffeeScript to write server applications. I hope that you have been given a glimpse of the joy of being able to write web applications using CoffeeScript on the server as well as in the browser at the same time.

We also spent some time with some of the wonderful open source libraries and frameworks that have been written for Node.js, like expressjs, connect, and Socket.IO and have seen how we can successfully use npm to manage dependencies and modules in our applications.

Our sample application was exactly the kind of thing that you would use Node.js for, and we saw how its event-driven model lends itself to writing applications where there are lots of constant interactions between the client and server.

Now that we've come to an end to our journey, I hope to have instilled in you the eagerness and skills to go out and use CoffeeScript...