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

support batch request #53

Closed horiuchi closed 10 years ago

horiuchi commented 10 years ago

Support Batch request on server. via. http://www.jsonrpc.org/specification#batch

dfellis commented 10 years ago

Other than a single minor comment, this looks great! Please add yourself to the contributors list in the package.json file as well. I forgot to ask you that in the last PR.

horiuchi commented 10 years ago

Thank you. i add my name to contributors.

Raynos commented 10 years ago

lgtm :)

dfellis commented 10 years ago

:thumbsup:

You are seriously getting us close to a 1.0 release @horiuchi I'm going to bump this one to 0.6.0.

The only thing I think is left from the spec is getting the client batch-aware, as well.

dfellis commented 10 years ago

Published. I also remembered the other thing blocking a 1.0: getting code coverage reporting on this and up too 100% :) But I'll work on that.

horiuchi commented 10 years ago

Thank you for merging!