On Monday, 15 January 2018 at 06:22:13 UTC, Jayam wrote:
In our production server, we have only XAMPP for use to deploy
web app and mysql combinedly?
Is there any way how to deploy the vibe.d web app into XAMPP ?
You can use hunt framework, it's an full-stack web framework.
Create project:
```D
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/
```
Github repo:
https://github.com/huntlabs/hunt