https://github.com/localvoid/ndx-demo
ndx library demo application
https://github.com/localvoid/ndx-demo
Last synced: 12 months ago
JSON representation
ndx library demo application
- Host: GitHub
- URL: https://github.com/localvoid/ndx-demo
- Owner: localvoid
- License: mit
- Created: 2016-10-25T13:32:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-04T12:24:51.000Z (over 7 years ago)
- Last Synced: 2025-04-11T21:14:04.674Z (12 months ago)
- Language: TypeScript
- Size: 1.15 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[ndx](https://github.com/localvoid/ndx) library demo application.
It is a simple demo application that indexes 10,000 reddit comments. Demo application requires modern browser features:
[WebWorkers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API) and
[IndexedDB](https://developer.mozilla.org/en/docs/Web/API/IndexedDB_API). Comments are stored in the IndexedDB,
and search engine is working in a WebWorker.