0.0.2 • Published 3 years ago

active-connect-ng v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Run Jest Tests

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
    })
}