Open stephane-r opened 8 years ago
Hi,
Is it possible to use your boilerplate with Meteor APP in production ?
Your starter kit work fine with localhost, but with my real domaine, it don't work :
var ddp = new MeteorDdp("ws://mydomaine.com/websocket");
When i run mydomaine.com/websocket, i've this message :
Not a valid websocket request
Any idea ? :)
Thank you !
Sorry for the slow reply. I honestly haven't worked with this project lately.
I would start by:
maybe it's time I updated this....
Hi,
Is it possible to use your boilerplate with Meteor APP in production ?
Your starter kit work fine with localhost, but with my real domaine, it don't work :
var ddp = new MeteorDdp("ws://mydomaine.com/websocket");
When i run mydomaine.com/websocket, i've this message :
Any idea ? :)
Thank you !