Reputation: 79796
Is it possible to make HTTP requests to other web services from CouchDB?
Upvotes: 4
Views: 176
Reputation: 4441
The short answer is "no".
If you tell us what you're specifically trying to do (ex., reacting to data you see come into CouchDB), then there might be a easy CouchDB solution for what you're trying to do such as http://guide.couchdb.org/draft/notifications.html and http://guide.couchdb.org/draft/replication.html.
Cheers.
Upvotes: 2
Reputation: 6686
CouchDB uses SpiderMonkey as JavaScript engine. If it is possible to make http requests from SpiderMonkey - maybe you can make it from CouchDB.
Upvotes: 1