TGIO / ParseLiveQuery

Very simple and modern implementation, it lacks tests and extra functionality at this moment but i'm working on it.
Apache License 2.0
48 stars 10 forks source link

What is the WS_URL and where can I get if from? #7

Closed zouzoux closed 8 years ago

zouzoux commented 8 years ago

I tried to put my parse server url but nothing is happening.... I am hosting my parse server on heroku

TGIO commented 8 years ago

WS stands for WebSocket. Im not sure if heroku supports LiveQuery yet. for example "ws://address:port/";

zouzoux commented 8 years ago

I was able to set LiveQuery on heroku with the iOS version, do you think there is a way to do it with heroku on android version? `do you know where can I get my ws url?

zouzoux commented 8 years ago

It worked! Replaced https of my parse server url with ws!