Skip to content

agronomhidden/rpc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(This fork implements batched query in JsonRpc spec V2 based on Gorilla's rpc module. Check out the folder named "v2_batch". You should be able to enable the batched query support by changing the import path from "gorilla/rpc/v2" to "agronomhidden/rpc/v2_batch" in your code.)

rpc

Build Status

gorilla/rpc is a foundation for RPC over HTTP services, providing access to the exported methods of an object through HTTP requests.

Read the full documentation here: http://www.gorillatoolkit.org/pkg/rpc

About

A golang foundation for RPC over HTTP services.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 94.5%
  • JavaScript 4.7%
  • HTML 0.8%