Cowmachine decision flow and callbacks

Cowmachine decision flow and callbacks

Overview of controller callbacks and decisions.

HTTP requests are handled by controllers. Controllers are implemented using callbacks from a HTTP state machine which handles the HTTP request. The state machine is called Cowmachine.

Cowmachine is an adaptation from Webmachine. It is simpler, faster and uses the HTTP library Cowboy instead of Mochiweb.

application/pdf 47.7 KB

Download in new window

Latest in Document

Zotonic Quick Intro

Zotonic  Quick Intro
Presentation with an overview of Zotonic. Touches shortly the various parts to make yourself acquainted with the data model, code organization and other concepts.

Cowmachine decision flow and callbacks

Cowmachine decision flow and callbacks
Overview of controller callbacks and decisions.