[AnonDCX] Web Development With Mongodb and Nodejs 2nd edition (incl code samples)

seeders: 2
leechers: 0
updated:
Added by AnonDCX in Other > E-Books

Download Fast Safe Anonymous
movies, software, shows...

Files

Source Code 7306OS_05_Code controllers
  • home.js (0.1 KB)
  • image.js (0.4 KB)
  • server.js (0.3 KB)
  • server
    • routes.js (0.4 KB)
    • configure.js (1.2 KB)
    views partials
    • popular.handlebars (0.5 KB)
    • comments.handlebars (0.8 KB)
    • stats.handlebars (0.9 KB)
    • .DS_Store (6.0 KB)
    layouts
    • main.handlebars (1.8 KB)
    • .DS_Store (6.0 KB)
    • index.handlebars (1.9 KB)
    • image.handlebars (3.4 KB)
    • .DS_Store (6.0 KB)
    • package.json (0.5 KB)
    • B04749_07_code models
      • index.js (0.1 KB)
      • comment.js (0.6 KB)
      • image.js (0.6 KB)
      helpers
      • images.js (0.3 KB)
      • sidebar.js (0.6 KB)
      • comments.js (0.9 KB)
      • stats.js (1.3 KB)
      views partials
      • popular.handlebars (0.5 KB)
      • comments.handlebars (0.8 KB)
      • stats.handlebars (0.9 KB)
      • .DS_Store (6.0 KB)
      layouts
      • main.handlebars (1.8 KB)
      • .DS_Store (6.0 KB)
      • index.handlebars (1.9 KB)
      • image.handlebars (3.6 KB)
      • .DS_Store (6.0 KB)
      • controllers
        • home.js (0.5 KB)
        • image.js (5.1 KB)
        • .DS_Store (6.0 KB)
        • server.js (0.5 KB)
        • server
          • routes.js (0.5 KB)
          • configure.js (1.2 KB)
          • .DS_Store (6.0 KB)
          mongotest
          • test.js (0.5 KB)
          • test2.js (0.6 KB)
          • test3.js (1.6 KB)
          • .DS_Store (6.0 KB)
        • package.json (0.6 KB)
        • public js
          • scripts.js (1.1 KB)
          • .DS_Store (6.0 KB)
          • upload
            • .DS_Store (6.0 KB)
          • .DS_Store (12.0 KB)
          • 7306OS_09_Code models
            • index.js (0.1 KB)
            • comment.js (0.6 KB)
            • image.js (0.6 KB)
            old models
            • index.js (0.1 KB)
            • comment.js (0.6 KB)
            • image.js (0.6 KB)
            __MACOSX public upload
            • ._.DS_Store (0.1 KB)
            • ._.DS_Store (0.1 KB)
            • views partials
              • ._.DS_Store (0.1 KB)
              • ._.DS_Store (0.1 KB)
              • layouts
                • ._.DS_Store (0.1 KB)
                server
                • ._.DS_Store (0.1 KB)
                controllers
                • ._.DS_Store (0.1 KB)
                tests
                • mocha.test.js (0.2 KB)
                • testhelper.js (0.2 KB)
                • server
                  • routes.test.js (1.4 KB)
                  • server.test.js (2.2 KB)
                  models
                  • image.test.js (1.7 KB)
                  • comment.test.js (1.8 KB)
                  controllers
                  • home.test.js (1.8 KB)
                  • image.test.js (3.2 KB)
                  helpers
                  • images.js (0.3 KB)
                  • sidebar.js (0.6 KB)
                  • comments.js (0.8 KB)
                  • stats.js (1.3 KB)
                  server
                  • routes.js (0.4 KB)
                  • configure.js (1.1 KB)
                  • .DS_Store (6.0 KB)
                  views partials
                  • popular.handlebars (0.5 KB)
                  • comments.handlebars (0.8 KB)
                  • stats.handlebars (0.9 KB)
                  • .DS_Store (6.0 KB)
                  layouts
                  • main.handlebars (1.8 KB)
                  • .DS_Store (6.0 KB)
                  • index.handlebars (1.9 KB)
                  • image.handlebars (3.6 KB)
                  • .DS_Store (6.0 KB)
                    • server.js (0.5 KB)
                    • controllers
                      • home.js (0.5 KB)
                      • image.js (5.0 KB)
                      • .DS_Store (6.0 KB)
                    • package.json (0.5 KB)
                    • public js
                      • scripts.js (1.1 KB)
                      upload
                      • .DS_Store (6.0 KB)
                      • .DS_Store (6.0 KB)
                      • tests
                        • mocha.test.js (0.2 KB)
                        • testhelper.js (0.2 KB)
                        • server
                          • routes.test.js (1.4 KB)
                          • server.test.js (2.2 KB)
                          models
                          • image.test.js (1.7 KB)
                          • comment.test.js (1.8 KB)

Description

Build an interactive and full-featured web application from scratch using Node.js and MongoDB

About This Book

Configure your development environment to use Node.js and MongoDB
Use Node.js to connect to a MongoDB database and perform data manipulations
A practical guide with clear instructions to design and develop a complete web application from start to finish
Who This Book Is For

This book is designed for JavaScript developers of any skill level that want to get up and running using Node.js and MongoDB to build full-featured web applications. A basic understanding of JavaScript and HTML is the only requirement for this book.

What You Will Learn

Configure your development environment to use Node.js and MongoDB
Write and configure a web server using Node.js powered by the Express.js framework
Build dynamic HTML pages using the Handlebars template engine
Persist application data using MongoDB and Mongoose ODM
Test your code using automated testing tools such as the Mocha framework
Deploy the development environment to the cloud using services such as Heroku, Amazon Web Services, and Microsoft Azure
Explore Single-Page application frameworks to take your web applications to the next level
In Detail

Node.js and MongoDB are quickly becoming one of the most popular tech stacks for the web. Powered by Google's V8 engine, Node.js caters to easily building fast, scalable network applications while MongoDB is the perfect fit as a scalable, high-performance, open source NoSQL database solution. Using these two technologies together, web applications can be built quickly and easily and deployed to the cloud with very little difficulty.

The book will begin by introducing you to the groundwork needed to set up the development environment. Here, you will quickly run through the steps necessary to get the main application server up and running. Then you will see how to use Node.js to connect to a MongoDB database and perform data manipulations.

From here on, the book will take you through integration with third-party tools for interaction with web apps. It then moves on to show you how to use controllers and view models to generate reusable code that will reduce development time. Toward the end of the book, we will cover tests to properly execute the code and some popular frameworks for developing web applications.

By the end of the book, you will have a running web application developed with MongoDB and Node.js along with it's popular frameworks.

Style and approach

An easy guide to Node.js and MongoDB, which will quickly introduce you to the relevant concepts by taking you through the different steps involved in building a full-fledged web application.



Download torrent
21.4 MB
seeders:2
leechers:0
[AnonDCX] Web Development With Mongodb and Nodejs 2nd edition (incl code samples)


Trackers

tracker name
udp://tracker.openbittorrent.com:80/announce
udp://tracker.opentrackr.org:1337/announce
µTorrent compatible trackers list

Download torrent
21.4 MB
seeders:2
leechers:0
[AnonDCX] Web Development With Mongodb and Nodejs 2nd edition (incl code samples)


Torrent hash: 298D4E30CA2F3B81E3FD9BF32ADC24BAB3DC8094