WebsocketPromisify icon indicating copy to clipboard operation
WebsocketPromisify copied to clipboard

Makes websocket's API just like REST with Promise-like API, with native Promises.

Results 18 WebsocketPromisify issues
Sort by recently updated
recently updated
newest added

`on('close', () => {})` not called,messages not clean when ws closed. it will send message multiply.

bug

It should be rebuilt, because the old one is too broken. After this, a lot of other issues can be done.

bug
enhancement
dependencies

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...

help wanted
question

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:...

help wanted
good first issue
question

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...

enhancement

Sometimes does not. Check it out.

bug
question

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.

enhancement
Documentation