0.0.6 • Published 7 years ago

nativescript-meteor-client v0.0.6

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Meteor integration in NativeScript using nativescript-websockets

$ tns plugin add nativescript-meteor-client

To init your Meteor connection and classes add this snippet just after the platformNativeScriptDynamic import:

import {platformNativeScriptDynamic} from "nativescript-angular/platform";

require('nativescript-meteor-client')({
    url: 'http://127.0.0.1:3000',
    debug: true,
    timeout: 5000
}, require('nativescript-websockets'));

...

debug and timeout are optional.

An example application can be fount at nativescript-ng-drawer-seed.

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago