node.js - Consume a rest service? -
is there module abstract consuming web service away me.
so can make synchronous call: var myobj = rest.getobjectfromurl('url') or that?
do mean restful/http-based webservice? if http://nodejs.org/api/http.html#http_http_get_options_callback
otherwise maybe https://github.com/vpulim/node-soap soap webservice.
or else?
Comments
Post a Comment