creditkarma / thrift-typescript

Generate TypeScript from Thrift IDL files
Apache License 2.0
155 stars 32 forks source link

Support for cpp (server) and reactjs (client) #193

Open zxuan99 opened 2 years ago

zxuan99 commented 2 years ago

Hi,

I am intending to use cpp for server and react js for client. May I ask if I can use this package for react js (client side) and then use apache thrift cpp for server? So that both can communicate.