Giter Site home page Giter Site logo

Comments (2)

mworrell avatar mworrell commented on June 5, 2024

Thanks for coming by and trying this out. I will add some docs in the coming days, then you can see what & how things are different.

Some changes are:

  • The webmachine resources are internally called controller, this resolves a confusion about the content served (resources) and the code serving it (controller)
  • Single argument to all controller callbacks (so no difference between the Request State and -Data)
  • If the argument is a record, then it is assumed that the first field is the Cowboy request state, if it is a map then it is assumed that the map is the Cowboy request state (in which you can set your own data)
  • More kinds of return values for content (files, ports, etc)

Some controllers that are using it are here: https://github.com/zotonic/zotonic/tree/master/apps/zotonic_mod_base/src/controllers

from cowmachine.

mworrell avatar mworrell commented on June 5, 2024

I am in the process of adapting the Webmachine documentation for Cowmachine here: https://github.com/zotonic/cowmachine/wiki

from cowmachine.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.