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

Update README.md #44

Closed k-j-kleist closed 8 years ago

k-j-kleist commented 10 years ago

The repository description says "JSON-RPC Client (Node.js & Browser)", so we should provide example code also for the browser.

[Please excuse me if this isn't an appropriate way of suggesting a documentation enhancement. This is my first contribution here.]

dfellis commented 10 years ago

Hi Karl,

Much earlier in the history of this project, there used to be explicit browser support, but with the advent of browserify this explicit code was no longer needed and was removed.

Documentation to make this explicit (and to make clear that only the HTTP client works in the browser) is certainly welcome. Feel free to draft the "TBD" part, or let me know if you'd rather I did that.

David