0.11.0 • Published 6 years ago

browser-thrift v0.11.0

Weekly downloads
8
License
Apache-2.0
Repository
github
Last release
6 years ago

browser-thrift

Patched version of Apache Thrift Node.js library to work with Webpack / Browserify.

Usage

It is necessary to replace all require('thrift') with require('browser-thrift') in the thrift generated files. You may use sed for that:

for f in <gen_folder>/*; do
  sed -i '' -e "s/'thrift'/'browser-thrift'/" "$f"
done
0.11.0

6 years ago

0.7.1

7 years ago

0.7.0

8 years ago

0.6.3

9 years ago

0.6.2

9 years ago

0.6.1

9 years ago

0.6.0

9 years ago

0.5.0

9 years ago

0.4.0

9 years ago

0.3.0

9 years ago