Skip to content

rumpelstiel/node-file-search-indexer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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!

To install:

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

Resources:

About

a simple Web-Service written in node

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published