Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 327 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 327 Bytes

LJSocketServer

socket服务器

配置 1.初始化

_socketServer = [[LJSocketServer alloc] initinitWithPort:8011];//默认8011端口

2.开始 [_socketServer startSocketServer];

3.停止 [_socketServer stopSocketConnection];

运行效果图 Screenshot