cupdir/MINO
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# web-server API
```js
var web = io.connect('http://10.237.209.3:9090',{
'connect timeout':100000
});
```
## Connection Events
`connect` 创建socket连接
Example:
client.hmset("hosts", "mjr", "1", "another", "23", "home", "1234");
client.hgetall("hosts", function (err, obj) {
console.dir(obj);
});
Output:
{ mjr: '1', another: '23', home: '1234' }
`task-progress-start` 任务开始