Skip to content

chuzhov/scrapers

Repository files navigation

The back-end part of the Scraper project:

It scraps customer-defined data and sends it to the front-end app. Since the scraping operation could take a significant amount of time, all communications between the server and front-end run through socket connections.

Even if the front-end app disconnects, the server saves data until the front-end app reconnects.

The front-end app saves scraped data to an XLSX file locally on the user's disk.

Upcoming changes:

  1. TypeScript;
  2. Store data to DB;
  3. Compare scraped data versions to highlight changes;

About

Back-end server for commercial data scrapers and analyser

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors