Skip to content

rafaelescrich/Go-HTTP-JSON-RPC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON-RPC

This is a work-in-progress implementation of HTTP JSON-RPC in Go. Any help is appreciated.

Packages details

  • httpjsonrpc - package for using HTTP JSON-RPC

    • httpjsonrpcClient.go - currently contains a simple method for calling JSON-RPC through a HTTP POST

    • httpjsonrpcServer.go - currently contains a simple method for receiving JSON-RPC through a HTTP POST

    • test.go - leftover code - sample use, sample call with predefined parameters

Useful links

Install

cd $GOPATH/src/github.com
mkdir rafaelescrich && cd rafaelescrich
git clone [email protected]:rafaelescrich/Go-HTTP-JSON-RPC.git

About

A library for handling HTTP JSON-RPC in Google Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 100.0%