rubyjs / therubyracer

Embed the V8 Javascript Interpreter into Ruby
1.67k stars 190 forks source link

http requests #394

Closed rogsmith closed 8 years ago

rogsmith commented 8 years ago

What do you recommend I do if I wanted to make an http request? Should I write a ruby function that I call from js or can I make http calls from within the js code?

ignisf commented 8 years ago

This depends entirely on the current context and the task at hand. Closing as I don't think this is related to the development of therubyracer