Rohitrohitwrites.hashnode.dev·Jan 27, 2025Web Server and HostingImagine you're outside your home and don't have your phone or laptop with you. Suddenly, you want to send a message to someone close to you because of some urgency. You notice your friend has a laptop with them. What would you do? You would likely lo...ChaiCode
Himanshu Mauryahimanshu-blog.hashnode.dev·Jan 17, 2025Web Servers and HostingWeb servers and hosting have evolved a lot over time: 1990s: Web servers like Apache and IIS were created. Hosting was basic and mostly for big organizations or tech experts. 2000s: Shared hosting made websites affordable for everyone. Control pane...2 likesChaiCode
Ayush Agarwalayush-sde.hashnode.dev·Jan 14, 2025Server-Client Architecture: The Backbone of Modern Web InteractionsIntroduction Imagine typing a website address into your browser and hitting "Enter." Within seconds, the page loads with text, images, and interactive elements. This everyday action hides a complex dance between two key players: the client (your brow...10 likesThe Networking JournalChaiCode
Hashim HBitsmehashim.hashnode.dev·Jan 8, 2025Mastering Web Server Setup: Nginx, Apache, and Tomcat in One Guide✦ What is Web Server? Web server is a program which processes the network requests of the users and serves them with files that create web pages. This exchange takes place using Hypertext Transfer Protocol (HTTP). In Simple terms the client(User) r...apache
Arnav Saliandocs.arnav.uk·Dec 22, 2024Swifkart Online StoreI created this project to deepen my understanding of web servers, backend systems, and secure payment checkout processes. Additionally, I aimed to enhance my skills in working with RESTful APIs and gain experience with a monolithic architecture, inte...10 likes·29 readsWeb Developmentswifkart
Neeraj Guptaminex.hashnode.dev·Dec 5, 2024Nginx: An Easy-to-Understand OverviewIn this blog, we will understand the basic functionality of Nginx. About Nginx We can use Nginx as a webserver and proxy server. Web Server: Nginx can efficiently serve static content (HTML, CSS, JavaScript, images, etc.). It is designed to handl...1 like·41 readsnginx
William Njorogewillis254.hashnode.dev·Dec 2, 2024Understanding of Web ServersWhat is a Web Server A web server is a crucial component of the internet infrastructure responsible for delivering web content to users. Basically it is a software that uses HTTP requests from clients (often web servers) by serving web pages or other...webdev
Dinesh Kumar Kblog.dineshcloud.in·Nov 28, 2024Setting Up a Website with Nginx and CertbotNginx (pronounced as "Engine-X") is a powerful and high-performance web server and reverse proxy server. It is widely used for its ability to handle a large number of concurrent connections with low resource usage. Originally designed as a web server...Web ServerLinux
Bittu Sharmabittublog.hashnode.dev·Nov 25, 2024Apache Tomcat Hands-OnApache Tomcat, often referred to simply as Tomcat, is an open-source web server and servlet container developed by the Apache Software Foundation. It is one of the most popular Java-based web application servers used for deploying and running Java se...Tomcat
Dinesh Kumar Kblog.dineshcloud.in·Nov 23, 2024LAMP Stack Essentials: Setting Up Apache, MySQL, and PHP on UbuntuCreating a LAMP (Linux, Apache, MySQL, PHP) stack project involves setting up a web server environment where PHP-based web applications can run smoothly. Below, I will provide a sample project along with detailed installation steps. This example will...27 readsWeb ServerLinux