krisleech / wisper

A micro library providing Ruby objects with Publish-Subscribe capabilities
3.27k stars 151 forks source link

Should we choose WisperNext over Wisper? #187

Closed gnumarcelo closed 2 years ago

gnumarcelo commented 3 years ago

Hi, we are planning to add Wisper to our project (a Rails 5.2, not greenfield app) but reading the README it mentions that For greenfield applications you might also be interested in WisperNext and Ma. but it is not clear why we should do it. Is Wisper gem planning to not do releases anymore or is it related to something else?

Thank you!

krisleech commented 2 years ago

WisperNext is a rewrite of Wisper, it isn't backwards compatible. I haven't used in production. It also needs async adapters writitng, which is a great opportunity for anyone who wants to do some open source. So if you want to invest a bit of time it might be worth it.