jsonrpc
Package jsonrpc implements simple JSON RPC client/server message handling systems
Filename
Size
Last Commit Date
Commit Message
..
.github
workflows
go-checks.yml
716
2025/09/23 07:16:49
added CI
LICENSE
767
2019/11/28 10:10:47
added LICENSE
README.md
1622
2025/09/23 07:17:06
added better README
client.go
3804
2024/11/18 20:09:20
similar to the server, pulled out client handling code onto seperate type
client_test.go
3680
2023/06/15 07:46:00
added simple RequestValue tests
clientserver.go
1585
2024/11/18 20:11:48
added type/func comments
examples_test.go
702
2025/09/23 07:16:55
added simple example
go.mod
47
2023/06/13 07:25:47
updated to latest Go
rpc.go
3977
2024/11/18 20:08:54
pulled out message handling code into seperate type