gentle_rpc

JSON-RPC 2.0 library with HTTP and WebSockets support for deno and the browser

MIT License

Stars
45
Committers
5

Bot releases are hidden (Show)

gentle_rpc - Latest Release

Published by timonson about 2 years ago

  • get crypto() from global scope, not window, thanks to @pawelmhm
  • Update dependencies
gentle_rpc - Support JWT for batch requests

Published by timonson almost 3 years ago

gentle_rpc -

Published by timonson about 3 years ago

gentle_rpc - Use deno's native http server

Published by timonson about 3 years ago

Implemented deno's new and native http server, JWT verification and a WebSocket listener for the client.

gentle_rpc - Remove Proxy API as default API

Published by timonson about 3 years ago

The whole API has changed.

gentle_rpc -

Published by timonson about 3 years ago

gentle_rpc -

Published by timonson over 3 years ago

gentle_rpc - Bump versions

Published by timonson over 3 years ago

gentle_rpc -

Published by timonson over 3 years ago

gentle_rpc -

Published by timonson over 3 years ago

gentle_rpc -

Published by timonson over 3 years ago

gentle_rpc - Change WebSockets API

Published by timonson over 3 years ago

Simplified the handling of WebSockets traffic on both server and client.

The use of WebSockets in this library is still very experimental.

gentle_rpc - Add auth method to http

Published by timonson over 3 years ago

gentle_rpc -

Published by timonson almost 4 years ago

gentle_rpc -

Published by timonson almost 4 years ago

gentle_rpc - WebSockets

Published by timonson almost 4 years ago

gentle_rpc - WebSockets

Published by timonson almost 4 years ago

  • Add WebSockets support (experimental)
  • Improve HTTP API
  • Make several minor tweaks
gentle_rpc -

Published by timonson almost 4 years ago

gentle_rpc -

Published by timonson almost 4 years ago

Add request and response options

gentle_rpc -

Published by timonson almost 4 years ago

A lot of restructuring and breaking changes