jsonrpc
Package jsonrpc implements simple JSON RPC client/server message handling systems
-
Filename
Size
Last Commit Date
Commit Message
-
..
-
LICENSE
767
2019/11/28 10:10:47
added LICENSE
-
README.md
5821
2024/11/18 20:11:58
updated 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
-
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