1. Mojolicious
  2. Introduction
    1. Other Mojolicious resources
    2. What is Mojolicious
    3. Overview
    4. Installation
  3. Client
    1. Mojo::UserAgent
    2. CSS Selectors
    3. Mojo::UserAgent and JSON
    4. Mojo::UserAgent and JSON details
    5. Mojo::UserAgent and JSON Pointers
    6. Easy Debugging
    7. Mojo::UserAgent on the command line
  4. Application
    1. Hello World
    2. External template
    3. use strict use warnings
    4. Your secret passphrase needs to be changed
    5. Echo form
    6. Echo
    7. Embedded templates
    8. Embedded templates
    9. Merged templates
    10. Conditionals in templates
    11. Common layout
    12. Embedded Stylesheet
    13. External Stylesheet - static files in the 'public' directory
    14. Generate Mojolicious::Lite skeleton
    15. Generate Mojolicious skeleton
    16. Mojolicious Routing
    17. GET routes
    18. EP (Embedded Perl) Templates
    19. EP (Embedded Perl) Templates (HTML)
    20. Return JSON
    21. Testing
    22. Deployment
  5. Web Sockets
    1. Web Sockets: Hello World
    2. Web Sockets: Echo
    3. Web Sockets: Chat