Hey there,
“The perfect web server” is kind of a subjective question but I’ll do my best.
First off, you need to ask yourself what you’re going to be doing with this web server. Are you going to be mainly serving static content? Proxying to something else that is service static content? How many visitors are you looking at?
My personal preference for “web server” these days is Nginx. Even if I am just using that as a proxy in front of a python app, I find it is fast, easy to configure, and has great documentation. I would suggest starting with reading some of our tutorials and then if you come back with some more specific questions I’m sure the community can help better!
Happy Coding!
Andrew
DigitalOcean TechOps
What will your web service be used for, or, what are your requirements? This could prompt others in suggesting configurations that best fit your needs.
Just like @gndo said, a web server can be used for many things. What would the server be used for?
i use web service for make web and i want send email from web
I think OP was referring to the swift server which happens to have the name “Perfect”. https://github.com/PerfectlySoft/Perfect.
Related, there is a tutorial here: https://github.com/PerfectlySoft/PerfectDocs/blob/master/guide/gettingStarted.md