digitalmars.D.announce - Hunt framework 1.2.0 released
- Brian (14/14) Jul 17 2018 Hello, hunt framework fix bugs version release.
- Suliman (2/16) Jul 17 2018 Could you explain what your vision about benefits Hunt over Vibed?
- Eugene Wissner (2/22) Jul 17 2018 https://github.com/huntlabs/hunt/issues/39
- Brian (10/30) Jul 17 2018 Vibe.d is very cool and fast network and data management library.
- Steven Schveighoffer (5/38) Jul 26 2018 Very cool, I'll have to try this next web project. What is the io piece
- Greatsam4sure (3/17) Jul 27 2018 Where can one get comprehrnsive tutorial in English for the Hunt
Hello, hunt framework fix bugs version release. Major updates: 1. Add simplify functions 2. You can use createUrl() to create link url from module.controller.action 3. support date() / url() function for template engine 4. fix multi-domain use other port 5. use portgresql / mysql / sqlite on default config 6. upgrade dependencies package version to latest 7. release stabled skeleton project hunt-framework source code: https://github.com/huntlabs/hunt hunt-skeleton source code: https://github.com/huntlabs/hunt-skeleton
Jul 17 2018
On Tuesday, 17 July 2018 at 09:27:26 UTC, Brian wrote:Hello, hunt framework fix bugs version release. Major updates: 1. Add simplify functions 2. You can use createUrl() to create link url from module.controller.action 3. support date() / url() function for template engine 4. fix multi-domain use other port 5. use portgresql / mysql / sqlite on default config 6. upgrade dependencies package version to latest 7. release stabled skeleton project hunt-framework source code: https://github.com/huntlabs/hunt hunt-skeleton source code: https://github.com/huntlabs/hunt-skeletonCould you explain what your vision about benefits Hunt over Vibed?
Jul 17 2018
On Tuesday, 17 July 2018 at 11:10:07 UTC, Suliman wrote:On Tuesday, 17 July 2018 at 09:27:26 UTC, Brian wrote:https://github.com/huntlabs/hunt/issues/39Hello, hunt framework fix bugs version release. Major updates: 1. Add simplify functions 2. You can use createUrl() to create link url from module.controller.action 3. support date() / url() function for template engine 4. fix multi-domain use other port 5. use portgresql / mysql / sqlite on default config 6. upgrade dependencies package version to latest 7. release stabled skeleton project hunt-framework source code: https://github.com/huntlabs/hunt hunt-skeleton source code: https://github.com/huntlabs/hunt-skeletonCould you explain what your vision about benefits Hunt over Vibed?
Jul 17 2018
On Tuesday, 17 July 2018 at 11:10:07 UTC, Suliman wrote:On Tuesday, 17 July 2018 at 09:27:26 UTC, Brian wrote:Vibe.d is very cool and fast network and data management library. but, we need a web framework like spring boot, django, laravel, rails. It's so easy to use, so simple to configuration and quickly for development. My team develop the Entity(Like java's JPA & PHP's doctrine2), cache(Like ehcache), Collie(Like netty), entity-repository(Like spring-data) to development people are more familiar with the hunt-framework.Hello, hunt framework fix bugs version release. Major updates: 1. Add simplify functions 2. You can use createUrl() to create link url from module.controller.action 3. support date() / url() function for template engine 4. fix multi-domain use other port 5. use portgresql / mysql / sqlite on default config 6. upgrade dependencies package version to latest 7. release stabled skeleton project hunt-framework source code: https://github.com/huntlabs/hunt hunt-skeleton source code: https://github.com/huntlabs/hunt-skeletonCould you explain what your vision about benefits Hunt over Vibed?
Jul 17 2018
On 7/17/18 2:49 PM, Brian wrote:On Tuesday, 17 July 2018 at 11:10:07 UTC, Suliman wrote:Very cool, I'll have to try this next web project. What is the io piece based on? I know that Diamond is based on vibe.d. If home grown, what type of IO system is it? -SteveOn Tuesday, 17 July 2018 at 09:27:26 UTC, Brian wrote:Vibe.d is very cool and fast network and data management library. but, we need a web framework like spring boot, django, laravel, rails. It's so easy to use, so simple to configuration and quickly for development. My team develop the Entity(Like java's JPA & PHP's doctrine2), cache(Like ehcache), Collie(Like netty), entity-repository(Like spring-data) to development people are more familiar with the hunt-framework.Hello, hunt framework fix bugs version release. Major updates: 1. Add simplify functions 2. You can use createUrl() to create link url from module.controller.action 3. support date() / url() function for template engine 4. fix multi-domain use other port 5. use portgresql / mysql / sqlite on default config 6. upgrade dependencies package version to latest 7. release stabled skeleton project hunt-framework source code: https://github.com/huntlabs/hunt hunt-skeleton source code: https://github.com/huntlabs/hunt-skeletonCould you explain what your vision about benefits Hunt over Vibed?
Jul 26 2018
On Tuesday, 17 July 2018 at 09:27:26 UTC, Brian wrote:Hello, hunt framework fix bugs version release. Major updates: 1. Add simplify functions 2. You can use createUrl() to create link url from module.controller.action 3. support date() / url() function for template engine 4. fix multi-domain use other port 5. use portgresql / mysql / sqlite on default config 6. upgrade dependencies package version to latest 7. release stabled skeleton project hunt-framework source code: https://github.com/huntlabs/hunt hunt-skeleton source code: https://github.com/huntlabs/hunt-skeletonWhere can one get comprehrnsive tutorial in English for the Hunt framework?
Jul 27 2018