uber-archive / multitransport-jsonrpc

JSON-RPC Client (Node.js & Browser) and Server (Node.js) aim at "natural looking" server and client code.
116 stars 22 forks source link

Node Child Process Transports #27

Closed dfellis closed 11 years ago

dfellis commented 11 years ago

Adding a Node child process client and server. (Server is the child, client is the parent, which makes sense when the children are workers.)

dfellis commented 11 years ago

@countrodrigo try it out and make sure it works as you'd expect it to. Don't merge immediately because I need to update the README to add the new transport type (may want to break out the docs into multiple files in the near future).

dfellis commented 11 years ago

Issues addressed. Ready for merge, @countrodrigo ?