Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Just Express (with a bunch of node and http). In detail., а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:03:44
    Course Overview
  • Урок 2. 00:04:15
    Install node and npm on Mac
  • Урок 3. 00:04:44
    Install node and npm on PC
  • Урок 4. 00:06:06
    Pre-Express
  • Урок 5. 00:18:11
    How the Internet Works - TCP and UDP
  • Урок 6. 00:14:13
    What is an HTTP request and how does it work?
  • Урок 7. 00:05:23
    Course Housekeeping - How I do Nodejs
  • Урок 8. 00:15:23
    Node/HTTP servers 101
  • Урок 9. 00:21:26
    Serving up routes and static files in plain Node (no fun...)
  • Урок 10. 00:09:19
    What is Express and why should I care?
  • Урок 11. 00:11:30
    Enter Express... the basics
  • Урок 12. 00:14:42
    Basic Routing in Express
  • Урок 13. 00:16:07
    Serving Static Files in Express
  • Урок 14. 00:16:16
    Middleware. (It's all Express really is.)
  • Урок 15. 00:17:07
    Putting on your Express helmet, and other awesome Express middleware
  • Урок 16. 00:09:45
    Responding with JSON
  • Урок 17. 00:19:11
    STOP - Time for a Review
  • Урок 18. 00:16:11
    Chose your weapon - API or server side rendering
  • Урок 19. 00:19:15
    Wiring up Express with a view engine
  • Урок 20. 00:16:08
    Rendering in Express (with EJS) - Part1 of 2
  • Урок 21. 00:19:12
    Rendering in Express (with EJS) - Part2 of 2
  • Урок 22. 00:09:07
    Rendering Engine Option 2. Handlebars
  • Урок 23. 00:10:48
    Rendering Engine Option 3: Pug/Jade
  • Урок 24. 00:28:40
    Getting data from the request object - forms and cookies
  • Урок 25. 00:12:55
    Getting data from the query string
  • Урок 26. 00:17:26
    Getting data from params (URL wildcards) - req.params and req.param()
  • Урок 27. 00:15:21
    Sending files, and headers already sent!
  • Урок 28. 00:17:53
    The Router
  • Урок 29. 00:14:20
    The Express Generator
  • Урок 30. 00:04:58
    STOP - Checklist Update and Short Review
  • Урок 31. 00:28:57
    Don't fear the HTTP headers!!
  • Урок 32. 00:04:30
    Project Overview
  • Урок 33. 00:09:36
    Project Setup
  • Урок 34. 00:12:49
    Adding the request module
  • Урок 35. 00:10:23
    Putting the data in the template
  • Урок 36. 00:20:55
    Adding the single-movie view
  • Урок 37. 00:17:11
    Adding the search feature
  • Урок 38. 00:06:27
    Project Overview and Setup
  • Урок 39. 00:07:40
    Project structure and routes
  • Урок 40. 00:15:07
    First route and middleware
  • Урок 41. 00:17:17
    Movie Routes and some header work
  • Урок 42. 00:20:24
    Movie Routes and some header work - Continued
  • Урок 43. 00:13:27
    Search Routes with router.use()
  • Урок 44. 00:05:04
    Intro to Passport
  • Урок 45. 00:11:14
    Overview of OAuth 2.0
  • Урок 46. 00:18:04
    Passport and the github Strategy
  • Урок 47. 00:19:13
    Passport and the Github Strategy - part 2
  • Урок 48. 00:02:46
    Intro
  • Урок 49. 00:09:45
    Basics of the PostGres module w/Express
  • Урок 50. 00:08:20
    Structuring your DB calls (w/pg)
  • Урок 51. 00:10:21
    The MongoDB module
  • Урок 52. 00:10:57
    The MySQL module
  • Урок 53. 00:21:48
    Express view to Express Route
  • Урок 54. 00:17:30
    React to Express
  • Урок 55. 00:23:42
    Express to S3