Giter Club home page Giter Club logo

Comments (8)

vsivsi avatar vsivsi commented on August 30, 2024

Thanks for the suggestion. I'm working through a list of Meteor 1.3 related issues right now, but I'll try to take a look at this in the next few days. Do you have an application where you can test this out from a dev branch? I'm not currently using Galaxy.

from node-ddp-client.

mayvn10 avatar mayvn10 commented on August 30, 2024

@vsivsi - @tmeasday was helping me with this. I filed a support request with Galaxy and he filed this issue request.

In short, I have an app in development where I am using the node-ddp-client package to connect to Galaxy with SSL. However, the connection continues to fail.

from node-ddp-client.

tmeasday avatar tmeasday commented on August 30, 2024

@vsivsi sure! This snippet will show the issue:

var DDPClient = require("ddp");

var ddp = new DDPClient({ 
  url: 'wss://atmospherejs.com/websocket',
});

ddp.connect(function(error) {
  if (error) {
    console.log('DDP connection error!', error);
    return;
  }

  console.log('connected')
});

If you mess around in node_modules so that [email protected] is installed, you'll notice it works fine.

from node-ddp-client.

vsivsi avatar vsivsi commented on August 30, 2024

Okay, I think everything is ready to go on master. I've tested with the code above, plus a couple of apps that I have running locally, with no issues. Can someone else give it a try? It's ready to publish as soon as I hear back...

from node-ddp-client.

tmeasday avatar tmeasday commented on August 30, 2024

Well it works for me! I don't have any real test apps that use this package properly though :)

from node-ddp-client.

vsivsi avatar vsivsi commented on August 30, 2024

Great. I'm actually scanning through the issues on this project to see if there are any other no-brainers queued up that haven't been addressed yet and can be easily resolved. Once I'm done with that, I'll publish.

from node-ddp-client.

vsivsi avatar vsivsi commented on August 30, 2024

0.12.0 published to npm

from node-ddp-client.

mayvn10 avatar mayvn10 commented on August 30, 2024

Great work - thank you!

from node-ddp-client.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.