stomp-js / stompjs

Javascript and Typescript Stomp client for Web browsers and node.js apps
Apache License 2.0
742 stars 80 forks source link

JSteunou WebStomp Lib Differences? #227

Open tryhardest opened 4 years ago

tryhardest commented 4 years ago

Are there any consideration differences on using Stomp.js lib over the one we use JSteunou? Without us diving too deep I thought you might be able to help, or if they are pretty close to each other? This looks like you have TS support but aside from that? Thank you.

kum-deepak commented 4 years ago

I do not have much information on JSteunou's version. However I guess that JSteunou's version and this version both were written because https://github.com/jmesnil/stomp-websocket was no longer maintained.

You can go through https://stomp-js.github.io/faqs/faqs.html#p-how-is-it-related-to-stompjs-from-jeff-mesnil-p and subsequent questions to get some idea.

It is not likely that this library misses any feature. In case you want to migrate to this library and find missing features please log tickets.

Also see https://stomp-js.github.io/faqs/faqs.html#p-which-one-i-should-use-stompjs-rx-stomp-or-ng2-stompjs-p

winne42 commented 3 years ago

@tryhardest @kum-deepak can this issue be closed? thanks!