Introduction

Kocha is a convenient web application framework.
In order to learn basic usage of Kocha, see Getting started.

Features

Requirement

Organization

.
|-- app
|   |-- controller
|   |   `-- root.go
|   `-- view
|       |-- layout
|       |   `-- app.html.tmpl
|       `-- root.html.tmpl
|-- config
|   |-- app.go
|   `-- routes.go
|-- main.go
`-- public
    `-- robots.txt

main.go is entry point and config/app.go is a main configuration file.
They are plain Go source files, so you can be customized without learn the own syntax for configuration file.