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
You should use socket.io-client d.ts file in the client and while using socket.io d.ts file on the server.