/static-search

Simple client-side static search engine (Go indexer, JavaScript searcher).

Primary LanguageJavaScriptBSD 2-Clause "Simplified" LicenseBSD-2-Clause

A Go program to generate JSON index of HTML files, and a JavaScript component with optional UI (based on React.js) to search this index.

You can try it out here: http://www.codingrobots.com/search/.

Go build:

Build Status