oortcloud / node-ddp-client

A callback style DDP (Meteor's Distributed Data Protocol) node client.
Other
263 stars 80 forks source link

process.binding is not supported #92

Open dalipkumar703 opened 7 years ago

dalipkumar703 commented 7 years ago

i am using ddp with react project and it showing me Error: process.binding is not supported ▶ 19 stack frames were collapsed. ./src/Api/Message.js src/Api/Message.js:3

1 | import React from 'react' 2 |

3 | var DDPClient = require("ddp"); 4 | 5 | const SERVER_URL = 'wss:///be77b069.ngrok.io/websocket' 6 | export function Message(text)