Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 726 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 726 Bytes

Web Crawler App

The Web Crawler app takes an input from the user such as a link maximum number of pages and depth. At the end it shows in real time a tree of all the links and pages that the crawler found in the provided URL.

< Technologies /> 💻

Frontend Technologies:

  1. HTML5
  2. CSS3
  3. Javascript
  4. Handlebars.js

Backend Technologies:

  1. Node.js
  2. Express
  3. Cors
  4. AWS
  5. Redis
  6. Jest

Scaling Services:

  1. Dcoker
  2. Kubernetes

< Repositories />

  1. Client Side
  2. Server Side
  3. Wroker Side