You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anyhow, this is more of a feature request. I'd like the ability to namespace my modules as shown above. The work is already done (see below).
@visionmedia - I don't know if this fits in with your vision of axon-rpc or not. It shouldn't affect current functionality, but I wasn't able to run the tests (they failed on a raw clone of the repo, i.e. before I made any changes). Anyhow, I setup a PR with my additions. It's yours for the taking. Either way, I personally have a need for this functionality via npm. I have no problem publishing it separately, but if you end up keeping it, let me know so I don't needlessly duplicate a module. npm has enough clutter already.
The text was updated successfully, but these errors were encountered:
I ended up making a lot of changes to this and mistakenly pushed them to the PR. So, I backed out the PR and am closing this. I've implemented the changes in lib/server.js on SHA c7fe5e6. I needed the updates in an npm module, so it is now up as ngn-axon-rpc and it's available at nodengn/ngn-axon-rpc for anyone interested.
I recently tried to expose a module that looked a bit like:
I'm actually using a wrapper around the client call that allows me to reference methods like:
Anyhow, this is more of a feature request. I'd like the ability to namespace my modules as shown above. The work is already done (see below).
@visionmedia - I don't know if this fits in with your vision of axon-rpc or not. It shouldn't affect current functionality, but I wasn't able to run the tests (they failed on a raw clone of the repo, i.e. before I made any changes). Anyhow, I setup a PR with my additions. It's yours for the taking. Either way, I personally have a need for this functionality via npm. I have no problem publishing it separately, but if you end up keeping it, let me know so I don't needlessly duplicate a module. npm has enough clutter already.
The text was updated successfully, but these errors were encountered: