Skip to main content

Posts

Showing posts with the label url

Let's create simple LoadBalancer Server - Node JS

Load Balancer is server that refers to process of distributing a set of tasks over set of a resources. prerequisite 1. Node Creating the simple http web server. Server 1 Server 2 Creating the simple load balancer module. Load Balancer Output:

Web API - URL API

Web API'S - URL API What is URL? A Uniform Resource Locator (URL) is a reference to a web resource that specifies its location on a computer network and a mechanism for retrieving it. Examples of URL. https://www.example.com/page1.html http://www.example.com/en/us/doc https://example.com/empolyee/1 https://example.com/employee?sort=A&search=muru Syntax URL javascript usage Example 1 Example 2 Console