Skip to content
Mini Search Engine for JavaScript
JavaScript CoffeeScript HTML
Find file
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
src
test/spec 0.0.3
.gitignore travis
.travis.yml
LICENSE MIT
README.md
bower.json jquery
generate.html remove script tag
gulpfile.coffee
gulpfile.js
karma.conf.js update
mse.min.js
package.json
spider.js

README.md

MSE.js

Build Status

Mini Search Engine for JavaScript

How to use

  1. bower install mse.js --save
  2. Open generate.html;
  3. Generate mse.json;
  4. Upload mse.json to website;
  5. Add search box; Example

Feature

  1. 2k size;
  2. Very fast;
  3. No database;
  4. Can run on any web server;
  5. Do not require application server support;

Fault

  1. No support for large web sites;
  2. Website content changes need to re generate the index;
Something went wrong with that request. Please try again.