KCP Protocol for Node.js
修改自 node-kcp,使用 node-addon-api 重写
npm install -g node-gyp
node-gyp configure
git clone https://github.com/bruce48x/node-kcp
cd node-kcp
git submodule update --init
node-gyp build
npm run install
node test/udpserver.js
node test/udpclient.js
# 运行服务端
node examples/server.js
# 运行客户端
node examples/client.js
使用 stream 模式
# 运行服务端
node examples/stream-server.js
# 运行客户端
node examples/stream-client.js
If you want to use node-kcp in pomelo server, you need pomelo-kcp