active-connect-ng1

Connection framework built for smart web-based projects using NodeJS, Angular and Websockets.

Usage no npm install needed!

<script type="module">
  import activeConnectNg1 from 'https://cdn.skypack.dev/active-connect-ng1';
</script>

README

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