Get Programming with Node.js
Authors: Jonathan Wexler
ISBN-10: 1617294748
ISBN-13: 9781617294747
Edition 版本: 1
Released: 2019-03-15
Print Length 页数: 480 pages
Book Description
Get Programming with Node.js Get Programming with Node.js teaches you to write server-side code in JavaScript using Node.js. In 37 fast-paced,fun,and practical lessons,you’ll discover how to extend your existing JavaScript skills to write back-end code for your web applications.
Node.js delivers the speed and reliability you need for ecommerce,social media,and gaming applications. It comes with thousands of prebuilt packages to help you get started immediately. If you want to use JavaScript on the server,Node.js is your choice.
Get Programming with Node.js teaches you to build web servers using JavaScript and Node. In this engaging tutorial,you’ll work through eight complete projects,from writing the code for your first web server to adding live chat to a web app. Your hands will stay on the keyboard as you explore the most important aspects of the Node development process,including security,database management,authenticating user accounts,and deploying to production. You’ll especially appreciate the easy-to-follow discussions,illuminating diagrams,and carefully explained code!
What’s inside
New features from ES2015 and later
Writing asynchronous code
Creating data models
Debugging JavaScript modules
Contents
Foreword
Preface
Acknowledgments
About this book
About the author
Unit 0 Getting set up
Unit 1 Getting started with Node. js
Unit 2 Easier web development with Express,js
Unit 3 Connecting to a database
Unit 4 Building a user model
Unit 5 Authenticating user accounts
Unit 6 Building an API
Unit 7 Adding chat functionality
Unit 8 Deploying and managing code in production
Index