zeroservice

1.1.1 • Public • Published

ZeroService

Build Status Dependency Status Codacy Badge

It is a framework-agnostic stateful reactive stream service prototype, which allow you to implement reusable application services, which can be integrated with diffrent ui frameworks and worked in evironments, such as Electron, web or cordova.

Supported frameworks

  • Angular (1.x)
  • Polymer
  • React
  • Riot
  • Vue

ROADMAP

  • Service collaboration
  • Implement adapter for Tabrisjs
  • Implement adapter for NativeScript
  • Reduce size
  • Improve perfomance

class AuthService extends ZeroService {

    constructor() {
        super()
    }

    login(){

    }

    logout(){

    }
}


AuthService.setup(AngularAdapter);

//Or ServiceManager.setup(AngularAdapter) , <- setup default adapter





TODO

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.1
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.1
    0
  • 1.1.0
    0

Package Sidebar

Install

npm i zeroservice

Weekly Downloads

0

Version

1.1.1

License

MIT

Last publish

Collaborators

  • westtrade