Job Recruitment Website - Job information - What language code is used to write a website?

What language code is used to write a website?

Different dynamic languages (such as asp, jsp, php) need different application servers for parsing. Today's websites are basically dynamic, not all static pages.

Asp, the application server comes with IIS and windows. The other alternative is netbox, which is relatively small.

Jsp, the application server is mainly tomcat.

In php, use Apache.

Other commonly used servers include JBoss and so on.

Look at what language a web page is written in, not just the suffix (. asp,。 jsp,。 Php) web pages, because now web pages can generally be disguised, that is, deliberately rewrite the suffix name, you can't see the actual technology used, which increases the difficulty of the attack.

Of course, there is source code, so it is easy to see which language it is in. Because the language is different, the difference is quite big.