Skip to content

Simple jsonrpc server implementation for golang and gin-gonic

License

Notifications You must be signed in to change notification settings

kanocz/goginjsonrpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-gin-jsonrpc

Very basic and simple jsonrpc server implementation for golang and gin-gonic

Example of usage:

  rpc := TestRPC{}
  router := gin.Default()
  router.POST("/", func(c *gin.Context) { goginjsonrpc.ProcessJsonRPC(c, &rpc); })
  router.Run("127.0.0.1:8000")

About

Simple jsonrpc server implementation for golang and gin-gonic

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages