iOS 上的 Node.js neu.Node
- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/snakajima/neunode
- 软件文档: https://github.com/snakajima/neunode
软件介绍
neu.Node - 为 iOS 设备实现了 Node.js 兼容的 API。
示例代码:
@interface NodeController : UIViewController {
IBOutlet UIBarButtonItem* _btnPlay, *_btnStop;
}
@property (nonatomic, strong) NSURL* url;
@property (nonatomic) BOOL autoStart;
@property (nonatomic, strong) NSDictionary* appInfo;
-(IBAction) play:(id)sender;
-(IBAction) stop:(id)sender;
-(NSArray*) allServers;
@end
