Skip to content

foodie/hunt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hunt framework

Build Status

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

Create project

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

Open the URL with the browser:

http://localhost:8080/

Router config

config/routes

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

GET / index.index
[domain=bbs.putao.com@web]
#only request path http://bbs.putao.com/user/show
GET /user/show user.show

#request path http://any-domain/api/user/show
[path=api@apidir]
GET /user/show user.show

About

A high performance full-stack Web framework written in dlang.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • D 100.0%