Skip to content

issues Search Results · repo:tj/axon-rpc language:JavaScript

Filter by

6 results
 (47 ms)

6 results

intj/axon-rpc (press backspace or delete to remove)

When you call a remote function, with no extra arguments passed, the rpc-server crashes with the error: TypeError: undefined is not a function client.call( add , 1, 2, function(err, n){ console.log(n); ...
  • adrianObel
  • 3
  • Opened 
    on Jun 3, 2014
  • #15

I recently tried to expose a module that looked a bit like: module.exports = { user: { get: function(id){...}, remove: function(id){...}, }, users: { get: function(){... return all ...}, ...
  • coreybutler
  • 1
  • Opened 
    on Aug 14, 2013
  • #8

whyyyy the hell did i respond with a redundant object
  • tj
  • Opened 
    on Jun 1, 2013
  • #7

@visionmedia figured I would get some feedback before I add this, something you would pull in? My main use-case is using before hooks to clean up some validation mess in my methods and then leverage after ...
  • gjohnson
  • 2
  • Opened 
    on Mar 25, 2013
  • #5

It would be cool to take this one step further.. an RPC dispatcher... essentially your clients connect to a dispatcher, which has several workers connected to it. The RPC request then gets forwarded to ...
  • tracker1
  • 2
  • Opened 
    on Feb 27, 2013
  • #3

Can there be a bidirectional rpc with only one side opening one connection? With dnode that s possible by combining two streams with mux-demux.
  • juliangruber
  • Opened 
    on Jan 31, 2013
  • #2
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub