All Projects → hbi99 → Defiant.js

hbi99 / Defiant.js

Licence: agpl-3.0
http://defiantjs.com

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Defiant.js

Swiftype Search Jquery
Elastic Site Search jQuery search plugin
Stars: ✭ 74 (-91.84%)
Mutual labels:  search, browser
Elastix
A simple Elasticsearch REST client written in Elixir.
Stars: ✭ 231 (-74.53%)
Mutual labels:  search, json
Cyb
Immortal robot for the Great Web
Stars: ✭ 126 (-86.11%)
Mutual labels:  search, browser
Flexsearch
Next-Generation full text search library for Browser and Node.js
Stars: ✭ 8,108 (+793.94%)
Mutual labels:  search, web-worker
Camaro
camaro is an utility to transform XML to JSON, using Node.js binding to native XML parser pugixml, one of the fastest XML parser around.
Stars: ✭ 438 (-51.71%)
Mutual labels:  json, xpath
Spimedb
EXPLORE & EDIT REALITY
Stars: ✭ 14 (-98.46%)
Mutual labels:  search, json
Astpath
A command-line search utility for Python ASTs using XPath syntax.
Stars: ✭ 167 (-81.59%)
Mutual labels:  search, xpath
Internettools
XPath/XQuery 3.1 interpreter for Pascal with compatibility modes for XPath 2.0/XQuery 1.0/3.0, custom and JSONiq extensions, XML/HTML parsers and classes for HTTP/S requests
Stars: ✭ 82 (-90.96%)
Mutual labels:  json, xpath
Stormdb
🌩️ StormDB is a tiny, lightweight, 0 dependency, easy-to-use JSON-based database for NodeJS, the browser or Electron.
Stars: ✭ 406 (-55.24%)
Mutual labels:  json, browser
Xidel
Command line tool to download and extract data from HTML/XML pages or JSON-APIs, using CSS, XPath 3.0, XQuery 3.0, JSONiq or pattern matching. It can also create new or transformed XML/HTML/JSON documents.
Stars: ✭ 335 (-63.07%)
Mutual labels:  json, xpath
Web Worker Proxy
A better way of working with web workers
Stars: ✭ 218 (-75.96%)
Mutual labels:  web-worker, browser
Manticoresearch
Database for search
Stars: ✭ 610 (-32.75%)
Mutual labels:  search, json
Webworkify Webpack
launch a web worker at runtime that can require() in the browser with webpack
Stars: ✭ 105 (-88.42%)
Mutual labels:  web-worker, browser
Browser Android
CLIQZ for Android
Stars: ✭ 49 (-94.6%)
Mutual labels:  search, browser
Zson
专为测试人员打造的JSON解析器
Stars: ✭ 181 (-80.04%)
Mutual labels:  json, xpath
Vuex Search
Vuex binding for client-side search with indexers and Web Workers 📗🔍
Stars: ✭ 147 (-83.79%)
Mutual labels:  search, web-worker
Jsonpath Rs
JSONPath for Rust
Stars: ✭ 31 (-96.58%)
Mutual labels:  json, xpath
Golinks
🌐A web app that allows you to create smart bookmarks, commands and aliases by pointing your web browser's default search engine at a running instance. Similar to bunny1 or yubnub.
Stars: ✭ 258 (-71.55%)
Mutual labels:  search, browser
Filemasta
A search application to explore, discover and share online files
Stars: ✭ 571 (-37.05%)
Mutual labels:  search, json
Sirix
SirixDB is a temporal, evolutionary database system, which uses an accumulate only approach. It keeps the full history of each resource. Every commit stores a space-efficient snapshot through structural sharing. It is log-structured and never overwrites data. SirixDB uses a novel page-level versioning approach called sliding snapshot.
Stars: ✭ 638 (-29.66%)
Mutual labels:  json, xpath

DefiantJS provides the ability for you to build smart templates applicable on JSON structures, based upon proven & standardized technologies such as XSLT and XPath.

For documentation and live jupyter code blocks, please visit defiantjs.com

Installation from npmjs.com

Notice that installation requires "defiant.js" and not "defiant". This is due to the account of "kstngroup" has published it on npmjs.com. Making your project dependant to "defiant" might result in security issues in the future since I do not control the namespace of "defiant".

  • Correct way to install
npm install defiant.js
  • Wrong way to install
npm install defiant
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].