nativescript simple networking:NativeScript的UDP和TCP套接字 源码
NativeScript简单网络 NativeScript的基本UDP和TCP套接字。 支持平台 Android(任何装有Android 4.4及更高版本的设备) 目前还不支持iOS,因为我不是iOS开发人员。 欢迎为添加iOS支持做出贡献! 正在安装 tns plugin add nativescript-simple-networking 用法 该插件提供了三个类: UdpServer , TcpClient和TcpServer 。 它们都提供类似的基于回调的接口。 一个用法示例价值数千个单词,因此这里有一个TypeScript示例: import { UdpServer , TcpC
文件列表
nativescript-simple-networking-master.zip
(预估有个41文件)
nativescript-simple-networking-master
.gitignore
37B
package.json
1KB
Makefile
187B
LICENSE
1KB
tsconfig.json
749B
index.ios.ts
2KB
README.md
3KB
index.android.ts
7KB
.npmignore
17B
暂无评论