Easy to use RPC Framework written in golang
Go to file
Matthias Fulz 067e2a7129 Working on client 2020-03-25 09:45:23 +01: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 Working on client 2020-03-25 09:45:23 +01:00
configuration.go Working on client 2020-03-25 09:45:23 +01:00
connection.go Working on rewrite 2020-02-24 17:03:24 +01:00
encoder.go Basic communication draft done 2020-02-10 02:53:05 +01:00
rpc.go Working on client 2020-03-25 09:45:23 +01:00
server.go Working on client 2020-03-25 09:45:23 +01:00

README.md

srpc

Easy to use RPC Framework written in golang