README
安装
yarn add thrift @shynome/thrift-server
yarn add -D @types/thrift
使用
thrift
代码
生成 yarn add -D @shynome/thrift-typescript
$(yarn bin thrift-typescript) --sourceDir . helloSvc.thrift
为 webserver handler 添加一个 context 参数, 方便注入认证相关的信息
<script type="module">
import shynomeThriftServer from 'https://cdn.skypack.dev/@shynome/thrift-server';
</script>
yarn add thrift @shynome/thrift-server
yarn add -D @types/thrift
thrift
代码yarn add -D @shynome/thrift-typescript
$(yarn bin thrift-typescript) --sourceDir . helloSvc.thrift