-
tsrpc:3.1.9
服务端的代码和日志截图:
![image](https://user-images.githubusercontent.com/5457617/153115360-8047b766-4a0c-444e-bdc3-ec6a3811b7d5.png)
![image](https://user-images.githubusercontent.com/5457617/15…
-
创建项目后,运行客户端,显示:
tsbuffer.TSBuffer is not a constructor
![image](https://user-images.githubusercontent.com/3243514/147799179-3677458e-2c01-41d9-b1da-8ae7456443e6.png)
[test.zip](https://github.c…
-
-
Hi,
I'm reporting here an issue I described here https://github.com/TypeStrong/ts-node/issues/391#issuecomment-316428908.
To reproduce the problem you can just use the frameworks we are developing…
-
看了文档,感觉和thrift协议很像,特色在于使用了前端友好、有类型检查的typescript进行接口定义,既然这么想所以我在想有没有可能出个其它语言(大火的go)的服务端实现彻底干翻thrift这种自定义dsl的协议
-
**Problem**
File structure:
```
|- __shared
|- ShareClass.ts
|- backend
|- // symlink to ../__shared
|- index.ts
```
__shared/ShareClass.ts
```ts
import XXX from 'some-node-…