登录 注册
当前位置:主页 > 资源下载 > 20 > pomelo-node-tcp-client:Pomelo框架的Node.js TCP客户端下载

pomelo-node-tcp-client:Pomelo框架的Node.js TCP客户端下载

  • 更新:2024-10-20 10:24:49
  • 大小:13KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

pomelo-node-tcp-client 用于Pomelo框架的Node.js TCP客户端库。 指示 使用npm install pomelo-node-tcp-client 用法: var Pomelo = require ( "pomelo-node-tcp-client" ) pomelo . init ( "127.0.0.1" , 3010 , { } , function ( ) { console . log ( 'success' ) ; pomelo . request ( "connector.entryHandler.entry" , { } , onEntry ) ; } ) ; function onEntry ( object ) { console . log ( "got it: " + object ) ; } pomelo . n