benjaminws / stomp-js

Implementation of the STOMP protocol in node.js
BSD 3-Clause "New" or "Revised" License
87 stars 47 forks source link

Multidestinations support #28

Open dkhunt27 opened 11 years ago

dkhunt27 commented 11 years ago

Added Features:

Breaking API Changes:

Other:

benjaminws commented 11 years ago

This is so great. I'm going to pull this down and look over things locally, but so far I have no complaints. I'll try to get this merged up ASAP.

Would you like to be a contributor on the project? Or have any interest in taking it over? I don't want it to die.

dkhunt27 commented 11 years ago

For sure, I would like to be a contributor. I would need to better understand the underlying frame/socket magic you did before taking it over if you are looking for someone to do that.

On another note, It appears that this is currently supporting STOMP 1.0. I think in the near future I would probably need STOMP 1.1 support (NACK). Have you looked into that at all?