@mondora/universal-thrift
v1.0.0
Published
Thrift client for browser and nodejs
Downloads
112
Maintainers
Readme
@mondora/universal-thrift
Patched version of Apache Thrift Node.js library to work either with Webpack / Browserify or with nodejs. Fork of vh/browser-thrift.
Usage
It is necessary to replace all require('thrift')
with
require('@mondora/universal-thrift')
in the thrift generated files.