This is a question going out to anyone, but I would particularly like to hear
from people who have made production web-applications.
If an idea of what kind of web-application: a simple website with a login and
some text displayed after a successful login. A bare-bones type of application.
What I would like to know is what to use as a base for the application that is
stable and production-capable (it does not need to be the fastest or have the
latest bells-and-whistles), and what documentation/tutorials/guides/... to use
for creating the application to use as a reference to building this
application. It would be great if someone could mention what basics of security
need to be followed in such an application, that's the field I'm usually most
concerned about and have the least experience in.
Just a simple list like `Nginx, httpbeast, ...` is enough. Note that if
`non-Nim` software or libraries are needed, please mention those too. I'm not
that familiar with the ecosystem and get a bit sweaty when trying to decide
what to use.
Also note that I'm not specifically a web developer, I know a few things, but
not enough in my opinion :)
Thank you