Skip to content Skip to sidebar Skip to footer

Using Apache Thrift With Typescript

I generated .js and .d.ts files with the apache thrift compiler. How can I use this files in my existing Angular2/Typescript-Project? I tried to use ///; ... var transport = thrift.TBufferedTransport; var protocol = thrift.TBinaryProtocol;

Post a Comment for "Using Apache Thrift With Typescript"