Skip to content
Brian Zou edited this page Jan 20, 2018 · 6 revisions

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.

Create first web project from hunt framework

  • step 1 get source and build
git clone https://github.com/huntlabs/hunt-skeleton.git myproject
cd myproject
dub run -v
  • step 2 open web broser to view page
curl http://127.0.0.1:8080/