/ac-ui

UI for auto complete using JSON and Protocol Buffer to compare performance (see ac-etl also)

Primary LanguageJavaScript

UI for auto complete

POC for UI for autocomplete using dataset from bestbuy (https://github.com/BestBuyAPIs/open-data-set) and trialing performance using both basic JSON and Protocol Buffer

Basic UI with Data

Convert proto files to json

$ ./node_modules/.bin/pbjs -t static-module -w commonjs -o \
    ./public/js/products.js \
    ./proto/product.proto 

$ npm install -g browserify

$ browserify ./public/js/products.js -o ./public/js/bundle.js