Node.js client-server app for indexing files using worker_threads
To run the project on your computer your need to:
npm i
npm run start:server
npm run start:client
This project is used to build inverted index for every word in your .txt files
To make sure it works properly
- run two cmd instances
- run
npm run start:serverin first cmd instance - run
npm run start:clientin second cmd instance - wait for the server to start
- enter the word you want to find information for in second cmd instance