Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 340 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 340 Bytes

@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.