#node-file-search-indexer
This Script uses two Parts, the Indexer and the Web-Service. The Indexer is called through a cron / Taskplanner Job (example: reIndexer.cmd).
The Web-Service should run as Service. I used nssm for Windows. I am pretty sure you can daemonize it with forever under Linux.
There is no further documentation, but i think it's not needed. Source is very small.
I only use it under Windows, but i am pretty sure it works everywhere, because i used native librarys.
I know it is a stupid and insecure implementation, BUT .. Feel free to use (parts of) it ... ON YOUR OWN RISK!
Prerequisites :
- nodejs or iojs
- npm
- cron or taskplaner like tool.
- no binary dependencies, except for Windows-Service (i use https://nssm.cc/)
node_modules:
- express
- isnumeric
- nedb
- filewalker