A KCP C# implementation for .net core
CAUTION this project is NOT production ready!
- .net core (https://dotnet.github.io/)
- Golang SDK(optional) (http://golang.org)
git clone https://github.com/qchencc/kcp-dotnet
cd kcp-dotnet
dotnet run
server
go get -v github.com/xtaci/kcp-go
go run server.go
client
dotnet run socket