On 11/27/2013 12:10 PM, Sönke Ludwig wrote:

The vibed.org and
vibenews projects might
be suited as examples - they both use a mix of a few techniques.

Thanks for the links. I will run them locally and study the code.

I have a need to expose a sub-set of our sql server database to end
users as a website where each user logs in and views the information
related to them. Hopefully, I can develop that after studying these
examples, especially the first one.

I understand vibe.d creates an independent web server that runs by
itself without needing Apache or IIS.
The first question people would ask me is about the security of this
model. Is there anything I should be aware of the security when using
vibe.d?
Are there any extra (or less) steps to take with vibe.d for better security?

Thanks.