# hunt **Repository Path**: mes/hunt ## Basic Information - **Project Name**: hunt - **Description**: 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. - **Primary Language**: D - **License**: Not specified - **Default Branch**: master - **Homepage**: http://www.huntframework.com/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 6 - **Created**: 2017-12-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Hunt framework [Hunt](http://www.huntframework.com/) is a high-level [D Programming Language](http://dlang.org/) 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](https://github.com/huntlabs/hunt/wiki). ## Create project ```bash git clone https://github.com/huntlabs/hunt-skeleton.git myproject cd myproject dub run -v ``` Open the URL with the browser: ```bash http://localhost:8080/ ``` ## Router config config/routes ```conf # # [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](https://www.facebook.com/huntframework/)