UNPKG

nyx_server

Version:

Node内容发布

17 lines (14 loc) 339 B
(function ($, lib) { 'use strict'; var ws = new MsgManager({ serverUrl: WS_MSG_ADDRESS, dataType: 'json', type: 'post', socketType: 'WebSocket', interval: 5000 }); ws.receiveMsg(function (data) { console.log('recieve', data); }); lib.ns('topic').ws = ws; }(topicJquery, topic.utils));