<div dir="ltr">1) This world shows a simple example of how to make a request:<div><br></div><div><a href="http://lively-web.org/documentation/webrequest-example.html">http://lively-web.org/documentation/webrequest-example.html</a><br>
</div><div><br></div><div>2) Lets say you created a simple subserver "MyServer" with <font face="courier new, monospace">$world.openSubserverViewer():</font></div><div><br></div><div><div><font face="courier new, monospace">module.exports = function(route, app) {</font></div>
<div><font face="courier new, monospace">    app.get(route, function(req, res) {</font></div><div><font face="courier new, monospace">        res.end("MyServer is running!");</font></div><div><font face="courier new, monospace">    });</font></div>
<div><font face="courier new, monospace">}</font></div></div><div><br></div><div>To make a request to the handler run:</div><div><br></div><div><font face="courier new, monospace">URL.nodejsBase.withFilename("MyServer/").asWebResource().get().content</font><br>
</div><div><br></div><div>(in an older version of Lively:</div><div><font face="courier new, monospace">new URL(Config.nodeJSURL + '/MyServer/').asWebResource().get().content</font>)</div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Tue, Oct 15, 2013 at 11:36 AM, Boris Reitman <span dir="ltr"><<a href="mailto:boris.reitman@gmail.com" target="_blank">boris.reitman@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">Hello,<div><br></div><div>I'm trying to write my first program in Lively. I want to request some REST api, for example this one:</div><div><br></div><div><a href="https://api.bitfinex.com/v1/ticker/btcusd" target="_blank">https://api.bitfinex.com/v1/ticker/btcusd</a><br>

</div><div><br></div><div>And graph it.  I tried using WebQuery morph, but got some error. Is this happening because of cross domain limitations ?</div><div><br></div><div>How do I connect some server code to Lively, stuff running on my own server? Such as a Node.js instance?</div>

<div><br></div><div>Thanks,</div><div>Boris</div></div>
<br>_______________________________________________<br>
lively-kernel mailing list<br>
<a href="mailto:lively-kernel@hpi.uni-potsdam.de">lively-kernel@hpi.uni-potsdam.de</a><br>
<a href="http://lists.hpi.uni-potsdam.de/listinfo/lively-kernel" target="_blank">http://lists.hpi.uni-potsdam.de/listinfo/lively-kernel</a><br>
<br></blockquote></div><br></div>