Skip to content

burubur/go-xml-rpc-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Golang - XML - RPC

Prerequisite

Installation

go get github.com/divan/gorilla-xmlrpc/xml
go get github.com/gorilla/rpc

How to Run

XML-RPC Server

$ go run rpc-server/main.go

XML-RPC Client

$ go run rpc-client/main.go

Releases

No releases published

Packages

No packages published

Languages