hopjs
Version:
A RESTful declarative API framework, with stub generators for Shell, and Android
26 lines (17 loc) • 375 B
Plain Text
User.process.asJob(input,{
onStart:function(){
},
onStatus:function(msg,percent){
},
onFinish:function(err,result){
}
});
API.Event.connect(function(err,events){
//call _event/auth -> authCode
//socket.io.connect...
event.subscribe("/user/kelar",function(err,res){
//err -> Permission denied
event.onMessage("/usr/kelar",function(msg){
});
}),
});