Skip to content
Marc Worrell edited this page Jul 25, 2019 · 6 revisions

Cowmachine

This documentation is adapted from the webmachine documentation to reflect the differences with Cowmachine

Cowmachine is a webmachine implementation for Cowboy and used by Zotonic.

Overview

Cowmachine is an application that adds HTTP semantic awareness on top of the HTTP web server and protocol handler Cowboy.

Cowmachine let’s you implement controllers by implementing straight forward callback functions. This frees yourself from the details of the HTTP protocol.

Getting Started

Development Resources

Diving Deeper