Hi, I'm a fan of small libs and I found happyhttp via Sean Barrett's (of stb fame) site. I have a small test writtten that connects to a url that serves a json and it works fine in the terminal, the emscripten version complains about the connection:
"Firefox can't establish a connection to the server at ws://partnerapi.funda.nl/. test.js:5664:19 The connection to ws://partnerapi.funda.nl/ was interrupted while the page was loading." I guess I could work around it with emscripten_wget, but I wonder if my approach is fixable. thx. S -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
