samchon / tgrid

TypeScript RPC (Remote Procedure Call) for WebSocket and Worker protocols
https://tgrid.com/
MIT License
141 stars 19 forks source link

Generate d.ts files for faye-websocket #33

Closed samchon closed 4 years ago

samchon commented 4 years ago

To fix the #32 issue, I'm considering faye-websocket library. However, the faye-websocket is not made by TypeScript and even DefinitelyTyped is not supporting it.

Therefore, I should make d.ts files for the faye-websocket.

samchon commented 4 years ago

ws has been adopted