3.2.0 • Published 6 years ago

sanji-socket-ui v3.2.0

Weekly downloads
16
License
MIT
Repository
github
Last release
6 years ago

sanji-socket-ui

Sanji socket service is part of Sanji UI framework and also it is a angular module. It just a socket wrapper for setup client socket.

NPM Package Quality Build Status Coverage Status Codacy Badge dependencies devdependencies semantic-release Commitizen friendly

Dependencies

Installation

Sanji socket service is based on es6 + webpack to development and embrace npm to install it.

npm install sanji-socket-ui --save

How to use

You need to include module first.

angular.module('webapp', ['sanji.socket'])

and then use socket as DI service.

class AppController {
  constructor(socket) {
    socket.on('connect', () => {
      console.info('connected');
    });
  }
}
AppController.$inject = ['socket'];

References

Contact

Author: Zack Yang © 2015

Support: if you find any problems with this library, open issue on Github

3.2.0

6 years ago

3.1.1

7 years ago

3.1.0

7 years ago

3.0.6

7 years ago

3.0.5

7 years ago

3.0.4

7 years ago

3.0.3

7 years ago

3.0.2

7 years ago

3.0.1

7 years ago

3.0.0

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.8

7 years ago

1.1.7

8 years ago

1.1.6

8 years ago

1.1.5

8 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

9 years ago