Skip to content

cupdir/MINO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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` 任务开始

About

MINO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published