Jump to page: 1 2
Thread overview
Hunt framework 1.0.0 released
Jun 05, 2018
Brian
Jun 05, 2018
WebFreak001
Jun 05, 2018
Heromyth
Jun 05, 2018
Brian
Jun 05, 2018
Per Nordlöw
Jun 05, 2018
Brian
Jun 05, 2018
Chris
Jun 06, 2018
noclear
Jun 06, 2018
Chris
Jun 05, 2018
Daniel Kozak
Jun 06, 2018
Brian
June 05, 2018
We are pleased to announce an official version of hunt 1.0 , This is an important milestone release!

Features:
 * enhancement Action & Controller
 * rebuild application config
 * support static wwwroot/ path, config item is hunt.http.path
 * redefine Route regex rule
 * upgrade Entity to 1.4.2
 * add Repository module, like spring boot 2 Repository
 * add second level cache
 * enhancement collie http api
 * redesign template engine ( like Django jinja2 & Symfony twig )
 * improvement Session module
 * improvement Cookie module
 * improvement Request API
 * improvement Response API
 * improvement Middleware
 * use kiss.logger module
 * use kiss.net module

source code in github https://github.com/huntlabs/hunt/
documents in wiki https://github.com/huntlabs/hunt/wiki/
hunt framework website http://www.huntframework.com/


use hunt framework:
```bash
git clone https://github.com/huntlabs/hunt-skeleton.git
cd hunt-skeleton/
dub run -v
```

look for your browser:
http://localhost:8080/
June 05, 2018
On Tuesday, 5 June 2018 at 07:25:33 UTC, Brian wrote:
> We are pleased to announce an official version of hunt 1.0 , This is an important milestone release!
>
> [...]

cool! Is the hunt-skeleton always stable? I can add it as template to the code-d templates, I think it will make it a lot easier to get into.
June 05, 2018
On Tuesday, 5 June 2018 at 07:54:49 UTC, WebFreak001 wrote:
> On Tuesday, 5 June 2018 at 07:25:33 UTC, Brian wrote:
>> We are pleased to announce an official version of hunt 1.0 , This is an important milestone release!
>>
>> [...]
>
> cool! Is the hunt-skeleton always stable? I can add it as template to the code-d templates, I think it will make it a lot easier to get into.

Maybe, more templates can be added like hunt with boostrap 4, hunt with Ract.js and hunt with Angular etc.
June 05, 2018
On Tuesday, 5 June 2018 at 07:25:33 UTC, Brian wrote:
> We are pleased to announce an official version of hunt 1.0 ,

How is Hunt different from Vibe?
June 05, 2018
On Tuesday, 5 June 2018 at 07:54:49 UTC, WebFreak001 wrote:
> On Tuesday, 5 June 2018 at 07:25:33 UTC, Brian wrote:
>> We are pleased to announce an official version of hunt 1.0 , This is an important milestone release!
>>
>> [...]
>
> cool! Is the hunt-skeleton always stable? I can add it as template to the code-d templates, I think it will make it a lot easier to get into.

Very cool! We keep the hunt-skeleton stable :)
June 05, 2018
On Tuesday, 5 June 2018 at 08:17:30 UTC, Per Nordlöw wrote:
> On Tuesday, 5 June 2018 at 07:25:33 UTC, Brian wrote:
>> We are pleased to announce an official version of hunt 1.0 ,
>
> How is Hunt different from Vibe?

Thanks your question :)

Vibe.d like vert.x in java! It's an library.
Hunt like spring boot in java! Hunt is an web framework.

June 05, 2018
On Tuesday, 5 June 2018 at 07:25:33 UTC, Brian wrote:
> We are pleased to announce an official version of hunt 1.0 , This is an important milestone release!
>
> [...]

/usr/bin/ld: cannot find -lmysqlclient
collect2: error: ld returned 1 exit status
Error: linker exited with status 1
June 05, 2018
On 6/5/18 3:25 AM, Brian wrote:

> source code in github https://github.com/huntlabs/hunt/
> documents in wiki https://github.com/huntlabs/hunt/wiki/
> hunt framework website http://www.huntframework.com/

Is there a way to view your website in English? I found a popup on the bottom that has "English" as a selection, but it doesn't do anything.

-Steve
June 05, 2018
On Tue, Jun 5, 2018 at 3:54 PM, Steven Schveighoffer via Digitalmars-d-announce <digitalmars-d-announce@puremagic.com> wrote:

> On 6/5/18 3:25 AM, Brian wrote:
>
> source code in github https://github.com/huntlabs/hunt/
>> documents in wiki https://github.com/huntlabs/hunt/wiki/ hunt framework website http://www.huntframework.com/
>>
>
> Is there a way to view your website in English? I found a popup on the bottom that has "English" as a selection, but it doesn't do anything.
>
> -Steve
>
https://translate.googleusercontent.com/translate_c?depth=1&hl=cs&rurl=translate.google.com&sl=zh-CN&sp=nmt4&tl=en&u=http://www.huntframework.com/&xid=17259,1500002,15700022,15700124,15700149,15700168,15700173,15700186,15700191,15700201&usg=ALkJrhiSdndhn6w5ujhGrkPtuxcHYpZFfA


June 06, 2018
On Tuesday, 5 June 2018 at 13:54:25 UTC, Steven Schveighoffer wrote:
> On 6/5/18 3:25 AM, Brian wrote:
>
>> source code in github https://github.com/huntlabs/hunt/
>> documents in wiki https://github.com/huntlabs/hunt/wiki/
>> hunt framework website http://www.huntframework.com/
>
> Is there a way to view your website in English? I found a popup on the bottom that has "English" as a selection, but it doesn't do anything.
>
> -Steve

We're going to rebuild site with hunt 1.0, use English as the default language.
« First   ‹ Prev
1 2