A concise, reliable and powerful library to make use of Socket.io in Angular.js.
npm install angular-ioA concise, reliable and powerful library to make use of Socket.io in Angular.js.
Providing the capability for just writing declarative code benefit from Angular Directive.
``html`
{{ status }}
{{ message }}
##Installation
Install via Npm:
`bash`
$ npm install angular-io --save
Install via Bower:
`bash``
$ bower install angular.io --save
The library support both Directive operation and Service operation.
The documentation is on the way.