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
There is @types/socket.io now, just install it by running:
npm i --save @types/socket.io