marionettejs / backbone.radio

Messaging patterns for Backbone applications.
MIT License
491 stars 50 forks source link

Radio without backbone dependency. #240

Closed boycce closed 9 years ago

boycce commented 9 years ago

Would be great to use this without backbone. Does it just primarily use Backbone.Events?

jamesplease commented 9 years ago

Hey @Boycce ! Thanks for raising the issue!

It exclusively uses Backbone.Events, yup. A standalone version can be found here, though it hasn't been updated in some time.

Honestly, I don't even really like Backbone.Events. If it weren't for Backbone, the API for this library would look much different. But I'm not about to go write yet another pubsub library for JavaScript :)

boycce commented 9 years ago

Ok thanks :octopus:

jamesplease commented 9 years ago

No prob.!