The Elastic Platform has a powerful HTTP server. It has an ideology similar to Nginx. Every website is a module inside a web-server application. But it uses the object model with classes and inheritance.
To improve the speed of website work, we use a template system that allows forming the end HTML page very fast, just concatenating several strings.
Also, the HTTP server allows to use of web sockets and, thus, you can develop a website from statical pages or with dynamic pages where we just change the content of the web page based on the interaction with the user.
The HTTP server is completely asynchronous and can handle many user connections, or it can be used for playing videos or in other projects where you need to use web apps.