Stout

A web application framework designed with stout models in mind.

What's a stout model? It's a framework pattern in which models hold as much as they can.

What do Stout's models handle?

If that's too much for you, never fear! You can still use Stout! Because it's an opinionated, but flexible framework, you can:


example

There's a small example over at (willamin/stout-example)[https://github.com/willamin/stout-example]

Contributing

  1. Fork it ( https://github.com/willamin/stout/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors