On 2017-05-25 12:50, Evgeniy wrote:

Hello. I'm somewhat newbie to the web development and gather information about how things are done.

Imagine the web project where the web server dynamically generates the majority of content and delivers it to the users by means of Ajax requests (or websockets). I.e. static content is a minority.

In such conditions would it be ok to avoid running the nginx in frond of vibe.d and instead directly expose vibe.d to the world?
In what problems can it result?
Is it secure enough?
Does vibe.d tolerate the slow connection attack?
Where the vibe.d vulnerabilities are tracked and reported?

I would not recommend doing that. nginx is a more mature and battle
tested web server.

/Jacob Carlborg