Web Server | HD Open Source Projects

Web Server

A web server is how your computer communicates with a website.

There are two main types of web servers. Python flask servers and PHP perl servers. We are designing a python server for our website as python web servers are more safe because there are more resistant to a common type of hack called an SQL injection. Most websites using PHP serevrs are vurnerable to this kind of attack so we are desiging web serevrs for our clients that use flask and not PHP

Why do you need a web server

Web servers are used when websites process data. If you put your username and password in on a website the website process it through a web server. This means that web servers are a really important part to the security and functionality of a website.

Comparison Table

Features Flask PHP
Resistant To SQL Injections
Large Supportive Community
Routing System