resgateio/resgate

Examples not rendering

timkleier opened this issue · 0 comments

Really excited about this project and am trying out the examples. Nothing is rendering--so the "hello world" example is just a blank white page. Seems to be the same issue with each of them--the JS Promise is forever pending.

I have NATS running (4222), as well as Resgate (8080), and I can get the model with REST (http://localhost:8080/api/example/model), but the websocket-based ResClient doesn't seem to be working for me.

No errors in the developer console and the Network tab looks like this...
image

I'm hoping it's something small, as my JS skills are a little rusty and I don't have much experience with the WebSocket protocol. Any insights?