active-connect-ng1
v1.12.1
Published
Connection framework built for smart web-based projects using NodeJS, Angular and Websockets.
Downloads
23
Readme
Active-Connect
Connection framework built for smart web-based projects using NodeJS, Angular and Websockets.
This package can be used to integrate angular.
This project is developed right now. Stay tuned.
Decorators
Annotations
@Route("route.child")
public async func(data: any):Promise<any> {
// do something befor executing the method
return new Promise(resolve => {
// do something after executing the method
})
}