react native meteor websocket polyfill

An example that brings Meteor and React Native together (via WebSocket polyfill)

167
10
Objective-C

Quick Start

Note this is an experiment, subject to change.

This works with the Meteor todos example project.

I’m using a pure JavaScript DDP client to talk to Meteor (via DDP).

Install NPM Modules

https://docs.npmjs.com/getting-started/installing-node

$ npm install

Screen Shot