Category: Web

  • What is Nginx?

    Nginx is an open source software for web serving, reverse proxying, load balancing, caching and more. It started as a web server designed to improve the bottlenecks of Apache. (To check comparison between Nginx and Apache, refer to this blog) What is different from other web servers? Unlike other traditional…

  • What is a Web Server and how it works

    What is Web Server? A web server is server software/hardware that can satisfy client requests on the Web. It is a HTTP server that stores and delivers the content of a website to client(e.g. web browser, mobile). The content can be either static (e.g. text, images) or dynamic (e.g. a…