dushibaiyu / hunt

A web framework based on Collie .

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hunt framework

Hunt is a high-level D Programming Language Web framework that encourages rapid development and clean, pragmatic design. It lets you build high-performance Web applications quickly and easily.

Documents

You can read wiki.

Create project

git clone https://github.com/huntlabs/hunt-skeleton.git myproject
cd myproject
dub run -v

Open the URL with the browser:

http://localhost:8080/

Router config

config/routes

#
# [GET,POST,PUT...]    path    controller.action
#

GET     /               index.index
GET     /users          user.list
POST    /user/login     user.login
*       /public         staticDir:public

Component based

  1. Routing
  2. Caching
  3. Middleware
  4. Configretion
  5. Validation
  6. ORM
  7. Template

Community

QQ Group: 184183224

Facebook

About

A web framework based on Collie .


Languages

Language:D 100.0%