3.2.0 • Published 8 years ago

sanji-socket-ui v3.2.0

Weekly downloads
16
License
MIT
Repository
github
Last release
8 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

8 years ago

3.1.1

8 years ago

3.1.0

8 years ago

3.0.6

9 years ago

3.0.5

9 years ago

3.0.4

9 years ago

3.0.3

9 years ago

3.0.2

9 years ago

3.0.1

9 years ago

3.0.0

9 years ago

2.0.1

9 years ago

2.0.0

9 years ago

1.2.1

9 years ago

1.2.0

9 years ago

1.1.8

9 years ago

1.1.7

9 years ago

1.1.6

9 years ago

1.1.5

10 years ago

1.1.4

10 years ago

1.1.3

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago