Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 299 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 299 Bytes

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