NAME
Mojo::Manual - Manual
SECTIONS
- Mojo::Manual::GettingStarted
-
Step by step instructions to get you started with Mojo.
Installation
Running the development server
Writing your first micro application and testing it
- Mojo::Manual::Transaction
-
Everything in Mojo was built around the idea of processing HTTP requests as transactions.
HTTP Messages
Request
Response
Cookies
Parameters
Content
- Mojo::Manual::Deployment
-
Running Mojo applications in different environemnts.
Designed for portability
Built in servers
CGI
FastCGI
Easy to extend
- Mojo::Manual::Mojolicious
-
Introduction to Mojolicious, the Mojo example web framework.
The MVC design pattern
Application class
Dispatchers
Controllers
Routes
Renderer and templates
Modes
- Mojo::Manual::MojoliciousExample
-
Building your first real web application with Mojolicious, a POD reader.
Directory structure
Model
Controller
Templates
Testing
- Mojo::Manual::Cookbook
-
Cooking with Mojo and Mojolicious!
- Mojo::Manual::FAQ
-
If you have a question, look here first.
- Mojo::Manual::CodingGuidelines
-
Coding guidelines and mission statement. A must read for developers and contributors!