Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Advanced Express: Web Application Development

Posted By: Landau17
Advanced Express: Web Application Development

Advanced Express: Web Application Development
MP4 | Video: 720p | Duration: 2:50:59 | English | Subtitles: VTT | 478.4 MB



Note: Mastering Express Web Application Development was created by Packt Publishing. It was originally released on 6/30/2015. We are pleased to host this training in our library.

Express.js is a fantastic JavaScript framework, but most people only scratch the surface. Express is perfect for developing APIs with performance in mind and, as a thin layer, it allows you to add any additional technology you want. Mastering Express Web Application Development introduces the tools and libraries you need to take your Express development career to the next level.

To start, author Michael Heap creates a new Express application, showing how to configure it and increase application visibility with logs. Explore Express along with various libraries that will help improve your development experience. Then take a look at technologies such as SSL and nginx, and work through deploying your application to production in a secure and scalable way. Michael also introduces some existing open-source Express projects and reviews how they are structured, to help you organize your own applications in a systematic way. By the end of the course, you'll be familiar with a wide range of new Express tools and libraries, all of which will help you deliver the best value to your customers.

Topics include:
  • Consuming an API
  • Showing results on a webpage
  • Caching requests in memory
  • Refactoring for testing
  • Mocking to remove dependencies
  • Spying with Sinon.JS
  • Sending and receiving data in real time
  • Mounting subapplications
  • Serving content conditionally for AJAX
  • Securing your app
  • Improving performance
  • Examining large-scale Express apps: Ghost.org and Balloons.IO