Open mustafaekim opened 7 years ago
types/ws ist for https://github.com/websockets/ws which is a different Project As I know there is no official typing available for this Project.
Any plans to support typescript and provide examples?
Property 'ws' does not exist on type 'Express'.
Hi, I use node + typescript + express and now I would like to integrate with ws and express-ws. Even though I've installed @ types/ws, the typings do not work. I am getting the error below, when I write app.ws(.. or router.ws(..