Book description
If you know how to use JavaScript in the browser, you already have the skills you need to put JavaScript to work on back-end servers with Node. This hands-on book shows you how to use this popular JavaScript platform to create simple server applications, communicate with the client, build dynamic pages, work with data, and tackle other tasks.
Although Node has a complete library of developer-contributed modules to automate server-side development, this book will show you how to program with Node on your own, so you truly understand the platform. Discover firsthand how well Node works as a web server, and how easy it is to learn and use.
- Set up Node and learn how to build scaffolding for a web application
- Work with Node natively to see how it functions as a web server
- Understand how Node receives client data from GET and POST requests
- Use the Socket.IO module to facilitate realtime client-server communication
- Choose from among several Node templates to create dynamic pages
- Learn how to connect to a database, and store data in files
- Implement the Model-View-Controller pattern, and share Node modules with server and client
Table of contents
-
Node for Front-End Developers
- SPECIAL OFFER: Upgrade this ebook with OâReilly
- Preface
- 1. Getting Node Set Up
- 2. Serving Simple Content
- 3. Interaction with the Client
- 4. Server-Side Templates
- 5. Data Sources and Flow Control
- 6. Model-View-Controller and Sharing Code
- A. Postscript
- About the Author
- SPECIAL OFFER: Upgrade this ebook with OâReilly
Product information
- Title: Node for Front-End Developers
- Author(s):
- Release date: January 2012
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781449329044
You might also like
book
40 Algorithms Every Programmer Should Know
Learn algorithms for solving classic computer science problems with this concise guide covering everything from fundamental …
book
Software Engineering at Google
Today, software engineers need to know not only how to program effectively but also how to …
book
Secrets of the JavaScript Ninja, Second Edition
Summary More than ever, the web is a universal platform for all types of applications, and …
book
Head First Design Patterns, 2nd Edition
You know you don’t want to reinvent the wheel, so you look to design patterns—the lessons …