WebsocketPromisify
WebsocketPromisify copied to clipboard
Makes websocket's API just like REST with Promise-like API, with native Promises.
`on('close', () => {})` not called,messages not clean when ws closed. it will send message multiply.
It should be rebuilt, because the old one is too broken. After this, a lot of other issues can be done.
Hello, I am really interested in using this dependency, but sadly can't get it to work in my node.js project with the adjusted sample code. If I try to run...
Since we can modify the sent data using the encode/decode functions it would be nice if the logging logged what ends up actually being after the config.encode() function is being...
Hey! I am trying to use your framework but I already have my own custom id_key function which I NEED to use. I basically use a spellchecker! Imagine this flow:...
Sometimes it's useful to make parallel computations while having custom .encode and .decode adapters. I.e. if these are compressors that require heavy load, it could be handy to prepare some...
Sometimes does not. Check it out.
Sometimes it's a bit hard to find solution in ways that are very common like this https://github.com/houd1ni/WebsocketPromisify/issues/23 It would be cool to make a receipt book in the Wiki here.