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.
Meteor 是一组新的技术用于构建高质量的 Web 应用,提供很多现成的包,可直接在浏览器或者云平台中运行。
Angular-Meteor Compilers meteor-rxjs - The Angular Meteor Data solution AngularJS-Meteor The power of Meteor and the simplicity and eco-system of Angular Documentation and Getting Started Official web
Astronomy for Meteor The Astronomy package introduces the Model Layer into Meteor applications. It can also be named the Object Document Mapping system (ODM) or for people coming from relational datab
本文向大家介绍meteor 入门,包括了meteor 入门的使用技巧和注意事项,需要的朋友参考一下 示例 安装流星 在OS X和Linux上 从终端安装最新的官方Meteor版本: 在Windows上 在此处下载官方的Meteor安装程序。 建立您的应用程式 安装Meteor后,创建一个项目: 运行 在本地运行: 注意:流星服务器运行在:http:// localhost:3000 / 然后转到h
本文向大家介绍meteor 管理包,包括了meteor 管理包的使用技巧和注意事项,需要的朋友参考一下 示例 流星在atmomentjs.com上拥有自己的软件包存储库 您可以通过运行以下命令从大气中添加新软件包: 例如: 同样,您可以通过以下方式删除相同的软件包: 要查看项目中的当前软件包,请键入: 软件包列表也可以在文件中找到./meteor/packages。要添加软件包,请在此文件中添加软
Meteor的理念 Data on the Wire. Meteor不在网络上发送HTML。服务器发送数据,让客户端来渲染它。 One Language. Meteor使你可以用javascript来实现应用的客户端和服务端 Database Everywhere. 在客户端和服务端,你可以使用相同的方法来使用数据库。 Latency Compensation. 在客户端,Meteor 预加载数据