TypeScript and Socket.io

前端 未结 4 2200
伪装坚强ぢ
伪装坚强ぢ 2021-02-04 15:08

I would like to use socket.io in my Typescript project, but I\'ve only found .d.ts files for server-side typescript.

This is a nice example: https://github.com/soywiz/ty

4条回答
  •  轮回少年
    2021-02-04 15:51

    There is @types/socket.io now, just install it by running:

    npm i --save @types/socket.io

提交回复
热议问题