Easy to use RPC Framework written in golang
Go to file
Matthias Fulz 9736631cbb initial commit 2021-08-02 23:41:54 +02:00
.gitignore Initial commit 2019-10-02 16:26:42 +02:00
LICENSE Initial commit 2019-10-02 16:26:42 +02:00
README.md Started with implementation 2019-10-22 01:32:56 +02:00
client.go Interface improvement 2020-05-25 03:40:38 +02:00
configuration.go initial commit 2021-08-02 23:41:54 +02:00
connection.go Working on rewrite 2020-02-24 17:03:24 +01:00
encoder.go initial commit 2021-08-02 23:41:54 +02:00
go.mod initial commit 2021-08-02 23:41:54 +02:00
go.sum initial commit 2021-08-02 23:41:54 +02:00
rpc.go initial commit 2021-08-02 23:41:54 +02:00
server.go initial commit 2021-08-02 23:41:54 +02:00

README.md

srpc

Easy to use RPC Framework written in golang