© 2022 Hashnode
#web-servers
So, are you working on this really cool project and just want to add you know a simple server that does nothing but send let's say fake data, then maybe you should read further because I will help you set up your own development server in r…
The acronym API stands for Application Programming Interface. An API is a piece of software that allows software applications, digital services, and data servers to talk to each other. Applications use APIs to send and receive data and cont…
Based on my personal experience, i gave reasons why you should use the .htaccess file and the necessary conditions for using it. You can check out this post to find out more https://kansol.hashnode.de…
Nginx is a web server that can also be used as a reverse proxy, load balancer, mail proxy, and HTTP cache. It was created in 2004 by Igor Sysoev. Another very popular web server is Apache which existe…
Originally posted at Logz.io Blog. © All rights belong to Logz.io ® Logshero Ltd.. This is one of the posts I have written for Logz.io ® Logshero Ltd.. https://logz.io/blog/nginx-web-server-monitori…
1. Web Service. A web service is nothing but two machines communicating with each other over a network is called a web service. Well our internet itself is based upon web service. A webserver(Backend …
enumeration Nmap scan nmap -sC -sV 10.10.10.165 nmap -sU 10.10.10.165 22/tcp open ssh OpenSSH 7.9p1 Debian 10+deb10u1 (protocol 2.0) 80/tcp open http nostromo 1.9.6 The udp scan had no resul…
Node.JS and Express are two of the most used technologies in the web development world right now. It powers some big sites like Paypal, Wall Street Journal, Shutterstock and a lot more. Getting starte…
Express.js or simply Express is a light-weight web application framework to help organize your web application into an MVC architecture on the server side. We can use a variety of choices for our temp…
From the day computers were introduced till today, the working of the web remains to be a concept unknown to many. The web is a palace with so many agents waiting for your ruling command. Yes, you are…