Skip to content

Latest commit

 

History

32 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages