couchdb - Is it possible to make CouchApp send requests autonomously? -


i want write simple app, witch monitors states of sites. want make in couchapp style without using environment except couchdb.

so question how can make couchapp send sites requests using schedule itself?

btw, if fail couchapp, there way make not involving demon stuff (or cron) on php or on java? want keep simple possible, not simpler.

you can't in couchdb alone (couchapps can have pure functions without side effects can guaranteed cacheable) can using simple scripts talk couchdb. see this talk mikeal rogers details on how it.


Comments

Popular posts from this blog

Javascript line number mapping -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -